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