menu
u package
documentation
utilities.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(); }
u package
documentation
utilities
Value<T>
Value.new constructor
Value class