isSuccess property
bool
get
isSuccess
Whether the query has resolved data.
Implementation
bool get isSuccess => this is QuerySuccess<TData, TError>;
Whether the query has resolved data.
bool get isSuccess => this is QuerySuccess<TData, TError>;