menu
flower package
documentation
storage/src/value.dart
Value<T>
Value.new constructor
Value.new constructor
dark_mode
light_mode
Value<
T
>
constructor
Value<
T
>
(
T
val
)
Implementation
Value(T val) { _value = val; _fillEmptyStatus(); }
flower package
documentation
storage/src/value
Value<T>
Value.new constructor
Value class