menu
truesight_flutter package
documentation
blocs/user/user_bloc.dart
UserState<T extends TruesightAppUser>
isAuthenticated property
isAuthenticated property
dark_mode
light_mode
isAuthenticated
property
bool
get
isAuthenticated
Implementation
bool get isAuthenticated => this is UserAuthenticatedState<T>;
truesight_flutter package
documentation
blocs/user/user_bloc
UserState<T extends TruesightAppUser>
isAuthenticated property
UserState class