AvailableProcessorFeature constructor

AvailableProcessorFeature({
  1. String? allowedValues,
  2. String? defaultValue,
  3. String? name,
})

Implementation

AvailableProcessorFeature({
  this.allowedValues,
  this.defaultValue,
  this.name,
});