Map<String, dynamic> toJson() { return { 'url': url, if (location != null) 'location': location!.toJson(), }; }