FeaturesetDescriptor constructor

FeaturesetDescriptor(
  1. {String? featuresetId,
  2. String? importId,
  3. String? layerId}
)

Implementation

FeaturesetDescriptor({
  this.featuresetId,
  this.importId,
  this.layerId,
});