ProjectFeatureSettings constructor

ProjectFeatureSettings({
  1. String? name,
  2. String? patchAndConfigFeatureSet,
})

Implementation

ProjectFeatureSettings({
  this.name,
  this.patchAndConfigFeatureSet,
});