menu
rust_core package
documentation
cell.dart
ConstCell<T>
get method
get method
dark_mode
light_mode
get
method
T
get
(
)
Returns the inner value.
Implementation
T get() { return _val; }
rust_core package
documentation
cell
ConstCell<T>
get method
ConstCell class