AdFeature constructor

AdFeature(
  1. String type,
  2. AdGeometry geometry,
  3. AdFeatureProperties properties
)

Implementation

AdFeature(this.type, this.geometry, this.properties);