menu
flutter_lean_extensions package
documentation
essentials.dart
AsyncNotifier<T>
value property
value property
dark_mode
light_mode
value
property
T
get
value
Returns the current value of the stream.
Implementation
T get value => _state.value;
flutter_lean_extensions package
documentation
essentials
AsyncNotifier<T>
value property
AsyncNotifier class