error property
The last emitted error,
A StateError is thrown if a error has not been emitted (that is, if hasError returns false).
Implementation
@override
AsyncError get error => _currentValue.error;
The last emitted error,
A StateError is thrown if a error has not been emitted (that is, if hasError returns false).
@override
AsyncError get error => _currentValue.error;