isValid property

bool get isValid

Implementation

bool get isValid {
  throwIfDisposed('get isValid');
  return _isValid.read();
}