AllowedFeatureModel constructor

AllowedFeatureModel({
  1. String? feature,
  2. int? value,
})

Implementation

AllowedFeatureModel({this.feature, this.value});