menu
kalil_utils package
documentation
stream_notifier.dart
StreamNotifier<T>
value property
value property
dark_mode
light_mode
value
property
Maybe
<
T
>
get
value
Returns
Just
the current value when present, otherwise returns
None
.
Implementation
Maybe<T> get value => _value;
kalil_utils package
documentation
stream_notifier
StreamNotifier<T>
value property
StreamNotifier class