AdFeatureCollection constructor

AdFeatureCollection(
  1. String type,
  2. List<AdFeature> features
)

Implementation

AdFeatureCollection(this.type, this.features);