menu
bloom_framework package
documentation
bloom_mobile.dart
BloomInfiniteQuery<TPage, TParam>
isError property
isError property
dark_mode
light_mode
isError
property
bool
get
isError
Whether the query failed with an
error
.
Implementation
bool get isError => _status.value == QueryStatus.error;
bloom_framework package
documentation
bloom_mobile
BloomInfiniteQuery<TPage, TParam>
isError property
BloomInfiniteQuery class