FeatureCollection<T extends GeometryObject> constructor

FeatureCollection<T extends GeometryObject>({
  1. BBox? bbox,
  2. List<Feature<T>> features = const [],
})

Implementation

FeatureCollection({BBox? bbox, this.features = const []})
    : super.withType(GeoJSONObjectType.featureCollection, bbox: bbox);