LogoSignals.dart
Copy Markdown
rodydavis/signals.dart 999999

Type: AsyncError

API reference and details for AsyncError from signals.dart.

AsyncError#

Kind: class  |  Package: package:signals_core

Class: AsyncError#

State for an AsyncState with an error

Members of AsyncError#

Member Type Signature Description
AsyncError constructor dart AsyncError(this.error, this.stackTrace) State for an AsyncState with an error
hasValue method dart bool hasValue
hasError method dart bool hasError
value method dart T? value
isLoading method dart bool isLoading
isRefreshing method dart bool isRefreshing
isReloading method dart bool isReloading
requireValue method dart T requireValue
error field dart Object error
stackTrace field dart StackTrace stackTrace
== method dart bool ==(covariant AsyncState other)
hashCode method dart int hashCode

References#

The AsyncError type is referenced and used in the following pages: