menu
fastyle_dart package
documentation
logic/blocs/states/media_layout.state.dart
FastMediaLayoutBlocState
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_dart package
documentation
logic/blocs/states/media_layout.state
FastMediaLayoutBlocState
hasError property
FastMediaLayoutBlocState class