menu
fuery_core package
documentation
fuery_core.dart
InfiniteQueryResult<Param, Data, Err>
isError property
isError property
dark_mode
light_mode
isError
property
bool
get
isError
inherited
Implementation
bool get isError => _stream.value.error != null;
fuery_core package
documentation
fuery_core
InfiniteQueryResult<Param, Data, Err>
isError property
InfiniteQueryResult class