watchIsValid method

bool watchIsValid()

Implementation

bool watchIsValid() {
  throwIfDisposed('watch isValid');
  return _isValid.watch();
}