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