Skip to content

Commit c3f4d94

Browse files
committed
docs: add docstrings to AppState class
1 parent f39f6aa commit c3f4d94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/app/bloc/app_state.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ enum AppStatus {
1515
anonymous,
1616
}
1717

18+
/// {@template app_state}
19+
/// Represents the overall state of the application, including authentication
20+
/// status, current user, environment, and user-specific settings.
21+
/// {@endtemplate}
1822
class AppState extends Equatable {
1923
/// {@macro app_state}
2024
const AppState({

0 commit comments

Comments
 (0)