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