isError 方法

bool isError()

确定此响应是否表示一个错误。

实现

bool isError() => (errorCode != null) && (errorDetail != null);