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