menu
minix package
documentation
core/async_observable.dart
AsyncObservable<T>
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
Whether an error has occurred.
Implementation
bool get hasError => _error.value != null;
minix package
documentation
core/async_observable
AsyncObservable<T>
hasError property
AsyncObservable class