FeatureLayer constructor

const FeatureLayer(
  1. List<MapLayer> layers, {
  2. Key? key,
  3. dynamic properties,
  4. FeatureLayerOptions? options,
})

Implementation

const FeatureLayer(
  List<MapLayer> layers, {
  Key? key,
  this.properties,
  this.options,
}) : super(key: key, layers: layers, options: options);