menu
fastyle_iap package
documentation
logic/blocs/states/store.state.dart
FastStoreBlocState
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_iap package
documentation
logic/blocs/states/store.state
FastStoreBlocState
hasError property
FastStoreBlocState class