menu
fastyle_calculator package
documentation
logic/blocs/calculator.bloc.dart
FastCalculatorBloc<E extends FastCalculatorBlocEvent<FastCalculatorResults>, S extends FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, R extends FastCalculatorResults>
debugLabel property
debugLabel property
dark_mode
light_mode
debugLabel
property
@
protected
String
?
debugLabel
late
final
The debug label used to identify the bloc in the logs.
Implementation
@protected late final String? debugLabel;
fastyle_calculator package
documentation
logic/blocs/calculator.bloc
FastCalculatorBloc<E extends FastCalculatorBlocEvent<FastCalculatorResults>, S extends FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults>, R extends FastCalculatorResults>
debugLabel property
FastCalculatorBloc class