core.Map<core.String, core.dynamic> toJson() { final headers = this.headers; final responseCodes = this.responseCodes; return {'headers': ?headers, 'responseCodes': ?responseCodes}; }