menu
matex_data package
documentation
logic/blocs/states/country.state.dart
MatexCountryBlocState
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;
matex_data package
documentation
logic/blocs/states/country.state
MatexCountryBlocState
hasError property
MatexCountryBlocState class