diff --git a/lib/src/geojson.g.dart b/lib/src/geojson.g.dart index d8ae8cd..7a07462 100644 --- a/lib/src/geojson.g.dart +++ b/lib/src/geojson.g.dart @@ -126,7 +126,7 @@ Map _$MultiPolygonToJson(MultiPolygon instance) => Map _$GeometryCollectionToJson(GeometryCollection instance) => { - 'type': _$GeoJSONObjectTypeEnumMap[instance.type], + 'type': _$GeoJSONObjectTypeEnumMap[instance.type]!, 'bbox': instance.bbox?.toJson(), 'geometries': instance.geometries.map((e) => e.toJson()).toList(), };