Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; if (results != null) { _json[r'results'] = results; } return _json; }