menu
fastyle_firebase package
documentation
logic/blocs/states/remote_config.state.dart
FastFirebaseRemoteConfigBlocState
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
inherited
Indicates whether the bloc has an error.
Implementation
bool get hasError => error != null;
fastyle_firebase package
documentation
logic/blocs/states/remote_config.state
FastFirebaseRemoteConfigBlocState
hasError property
FastFirebaseRemoteConfigBlocState class