menu
basecraft package
documentation
core/storage.dart
ValueStorage<T>
ValueStorage.new constructor
ValueStorage.new constructor
dark_mode
light_mode
ValueStorage<
T
>
constructor
ValueStorage<
T
>
(
T
value
)
Implementation
ValueStorage(T value) : this._value = Value(value);
basecraft package
documentation
core/storage
ValueStorage<T>
ValueStorage.new constructor
ValueStorage class