menu
rust_core package
documentation
cell.dart
OnceCell<T extends Object>
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Option
<
T
>
get
(
)
Gets the reference to the underlying value.
Implementation
Option<T> get();
rust_core package
documentation
cell
OnceCell<T extends Object>
get abstract method
OnceCell class