ProductSustainabilityIncentive constructor

ProductSustainabilityIncentive({
  1. Price? amount,
  2. double? percentage,
  3. String? type,
})

Implementation

ProductSustainabilityIncentive({this.amount, this.percentage, this.type});