v1Feature constructor

const v1Feature({
  1. v1FeatureName? name,
  2. String? value,
})

Implementation

const v1Feature({
   this.name,
   this.value,
});