Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'headers'] = this.headers; return json; }