CouponData constructor
const
CouponData({})
Implementation
const CouponData({
required this.id,
required this.code,
required this.name,
required this.active,
required this.type,
this.description,
});
const CouponData({
required this.id,
required this.code,
required this.name,
required this.active,
required this.type,
this.description,
});