menu
observable_ish package
documentation
value/value.dart
Value<T>
Value factory constructor
Value factory constructor
dark_mode
light_mode
Value<
T
>
constructor
Value<
T
>
(
T
value
)
Implementation
factory Value(T value) => _Value<T>(value);
observable_ish package
documentation
value/value
Value<T>
Value factory constructor
Value class