errorResponse property

ErrorResponse? get errorResponse

Implementation

ErrorResponse? get errorResponse => _map["errorResponse"] == null
    ? null
    : ErrorResponse?.fromJson(_map["errorResponse"]);