DiscountItem constructor
DiscountItem({
- Map<
Language, String> ? title, - DiscountType? type,
- String? value,
Implementation
DiscountItem({
this.title,
this.type,
this.value,
});