isError property
bool
get
isError
Check if response is error
Implementation
bool get isError => status == ResponseStatus.error || error != null;
Check if response is error
bool get isError => status == ResponseStatus.error || error != null;