hasErrors property
bool
get
hasErrors
If this response has any error.
Implementation
bool get hasErrors => errors != null && errors!.isNotEmpty;
If this response has any error.
bool get hasErrors => errors != null && errors!.isNotEmpty;