isEvaluated method

bool isEvaluated()

Returns true if this has already been called, otherwise false.

Implementation

@pragma("vm:prefer-inline")
bool isEvaluated() {
  return _isSet;
}