menu
neuron
neuron.dart
AsyncState
<
T
>
hasError property
hasError
dark_mode
light_mode
hasError
property
bool
get
hasError
Whether this state has an error.
Implementation
bool get hasError => this is AsyncError<T>;
neuron
neuron
AsyncState
<
T
>
hasError property
AsyncState class