menu
stream_value package
documentation
core/stream_value.dart
StreamValue<T>
value property
value property
dark_mode
light_mode
value
property
T
get
value
Implementation
T get value => _value ?? _defaultValue;
stream_value package
documentation
core/stream_value
StreamValue<T>
value property
StreamValue class