GeoJSONFeature.fromJSON constructor

GeoJSONFeature.fromJSON(
  1. String source
)

The constructor from JSON string

Implementation

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