menu
flutter_query_plus package
documentation
core/query_state.dart
QueryState<T>
hasData property
hasData property
dark_mode
light_mode
hasData
property
bool
get
hasData
Whether the query has data.
Implementation
bool get hasData => data != null;
flutter_query_plus package
documentation
core/query_state
QueryState<T>
hasData property
QueryState class