BrandDTO constructor
BrandDTO({})
Implementation
BrandDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.name,
this.slug,
this.description,
this.highlightRate,
this.photo,
this.suppliers});