menu
fastyle_calculator package
documentation
logic/blocs/states/calculator.state.dart
FastCalculatorBlocState<F extends FastCalculatorFields, R extends FastCalculatorResults>
uuid property
uuid property
dark_mode
light_mode
uuid
property
String
uuid
final
inherited
The unique identifier of the bloc state.
Implementation
final String uuid = _kUuid.v4();
fastyle_calculator package
documentation
logic/blocs/states/calculator.state
FastCalculatorBlocState<F extends FastCalculatorFields, R extends FastCalculatorResults>
uuid property
FastCalculatorBlocState class