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