isError property
bool
get
isError
Indicates if the request resulted in an error.
Implementation
bool get isError => dioDetails.isError;
Indicates if the request resulted in an error.
bool get isError => dioDetails.isError;