menu
rust_core package
documentation
cell.dart
NullableLazyCell<T>
isEvaluated method
isEvaluated method
dark_mode
light_mode
isEvaluated
method
bool
isEvaluated
(
)
Returns true if this has already been called, otherwise false.
Implementation
bool isEvaluated() { return _isSet; }
rust_core package
documentation
cell
NullableLazyCell<T>
isEvaluated method
NullableLazyCell class