error property

Stream<String> get error

Implementation

Stream<String> get error {
  _checkDisposed();
  return _errorController.stream;
}