PromoCodeDTO constructor
PromoCodeDTO({})
Implementation
PromoCodeDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.code,
this.limit,
this.used,
this.amount,
this.amountType,
this.type,
this.products,
this.categories});