static GeoFirePoint? fromJsonGeoPoint(Map<String, dynamic> json) => json['geopoint'] == null ? null : json['geopoint'] as GeoFirePoint?;