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