FeatureLayer constructor

FeatureLayer({
  1. String? id,
  2. List<Graphic>? data,
  3. void onPressed()?,
  4. String? url,
  5. FeatureLayerOptions? options,
  6. void onChanged(
    1. LatLng
    )?,
})

Implementation

FeatureLayer({
  this.id,
  this.data,
  this.onPressed,
  this.url,
  this.options,
  this.onChanged,
});