menu
anyhow package
documentation
rust.dart
ConstCell<T>
get method
get method
dark_mode
light_mode
get
method
T
get
(
)
Returns the inner value.
Implementation
@pragma("vm:prefer-inline") T get() { return _val; }
anyhow package
documentation
rust
ConstCell<T>
get method
ConstCell class