v1Feature constructor
const
v1Feature({
- v1FeatureName? name,
- String? value,
Implementation
const v1Feature({
this.name,
this.value,
});
const v1Feature({
this.name,
this.value,
});