menu
flutter_query_plus package
documentation
core/query_state.dart
QueryState<T>
isFetching property
isFetching property
dark_mode
light_mode
isFetching
property
bool
isFetching
final
Whether the query is currently fetching data.
Implementation
final bool isFetching;
flutter_query_plus package
documentation
core/query_state
QueryState<T>
isFetching property
QueryState class