menu
tbloc package
documentation
core/states/bloc_state.dart
BlocState
uuid property
uuid property
dark_mode
light_mode
uuid
property
String
uuid
final
The unique identifier of the bloc state.
Implementation
final String uuid = _kUuid.v4();
tbloc package
documentation
core/states/bloc_state
BlocState
uuid property
BlocState class