isError method
Determines if this response represents an error.
Implementation
bool isError() => (errorCode != null) && (errorDetail != null);
Determines if this response represents an error.
bool isError() => (errorCode != null) && (errorDetail != null);