isEvaluated method
Returns true if this has already been called, otherwise false.
Implementation
@pragma("vm:prefer-inline")
bool isEvaluated() {
return _isSet;
}
Returns true if this has already been called, otherwise false.
@pragma("vm:prefer-inline")
bool isEvaluated() {
return _isSet;
}