FeatureCollection constructor

const FeatureCollection(
  1. List<Feature> features
)

Default Constructor.

Implementation

const FeatureCollection(this.features);