MFDataSourceFeature constructor

const MFDataSourceFeature(
  1. String source,
  2. String sourceLayer,
  3. String layerType,
  4. Map<String, dynamic> properties,
)

Implementation

const MFDataSourceFeature(
  this.source,
  this.sourceLayer,
  this.layerType,
  this.properties,
);