AboutFeatures constructor

AboutFeatures({
  1. String? featureName,
  2. double? featureRate,
})

Implementation

AboutFeatures({
  this.featureName,
  this.featureRate,
});