menu
fastyle_calculator package
documentation
logic/blocs/states/calculator.state.dart
FastCalculatorBlocState<F extends FastCalculatorFields, R extends FastCalculatorResults>
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_calculator package
documentation
logic/blocs/states/calculator.state
FastCalculatorBlocState<F extends FastCalculatorFields, R extends FastCalculatorResults>
hasError property
FastCalculatorBlocState class