isSuccess property
bool
get
isSuccess
Whether the query has resolved successfully with cached or fresh data.
Implementation
bool get isSuccess => _status.value == QueryStatus.success;
Whether the query has resolved successfully with cached or fresh data.
bool get isSuccess => _status.value == QueryStatus.success;