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