SupplierDTO constructor
SupplierDTO({})
Implementation
SupplierDTO({
super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.name,
this.brands,
// this.productGroups,
});
SupplierDTO({
super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.name,
this.brands,
// this.productGroups,
});