menu
miniriverpod package
documentation
miniriverpod_core.dart
AsyncValue<T>
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
Implementation
bool get hasError => this is AsyncError<T>;
miniriverpod package
documentation
miniriverpod_core
AsyncValue<T>
hasError property
AsyncValue class