setSourceFeature method

dynamic setSourceFeature(
  1. String? featureName
)

Implementation

setSourceFeature(String? featureName) {
  _sourceFeature = featureName;

  defaultLayoutDescriptor.setSourceFeature(featureName);
}