isSet method

bool isSet()

Returns true if the value has been set. Returns false otherwise.

Implementation

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