GeoJsonLine constructor

GeoJsonLine({
  1. GeoSerie? geoSerie,
  2. String? name,
})

Default constructor

Implementation

GeoJsonLine({this.geoSerie, this.name});