menu
daq package
documentation
models/controllers/query_controller.dart
QueryController<TData, TParams, TError>
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
Implementation
bool get hasError => state.status == QueryLoadingState.error;
daq package
documentation
models/controllers/query_controller
QueryController<TData, TParams, TError>
hasError property
QueryController class