menu
rust_core package
documentation
cell.dart
NullableOnceCell<T>
isSet method
isSet method
dark_mode
light_mode
isSet
method
bool
isSet
(
)
Returns true if the value has been set. Returns false otherwise.
Implementation
bool isSet() { return _isSet; }
rust_core package
documentation
cell
NullableOnceCell<T>
isSet method
NullableOnceCell class