hasError method
Returns whether the status represents an error.
Implementation
bool hasError() {
return errorCode?.isNotEmpty ?? false;
}
Returns whether the status represents an error.
bool hasError() {
return errorCode?.isNotEmpty ?? false;
}