FeatureFilter constructor

FeatureFilter({
  1. List<String>? includedFeatures,
})

Implementation

FeatureFilter({
  this.includedFeatures,
});