isResolved property
bool
get
isResolved
Whether the computation has completed (with value or error).
Implementation
bool get isResolved => _result != null;
Whether the computation has completed (with value or error).
bool get isResolved => _result != null;