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