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