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