FeatureLayer constructor

FeatureLayer(
  1. FeatureLayerOptions options,
  2. dynamic map,
  3. Stream stream
)

Implementation

FeatureLayer(this.options, this.map, this.stream);