GeoJSONFeatureCollection.fromJSON constructor

GeoJSONFeatureCollection.fromJSON(
  1. String source
)

The constructor from JSON string.

Implementation

factory GeoJSONFeatureCollection.fromJSON(String source) =>
    GeoJSONFeatureCollection.fromMap(json.decode(source));