GeoJsonObject constructor
GeoJsonObject({
- required GeoJsonFeatureType type,
- dynamic id,
Implementation
GeoJsonObject({
required this.type,
this.id,
});
GeoJsonObject({
required this.type,
this.id,
});