VariantGroupDTO constructor
VariantGroupDTO({})
Implementation
VariantGroupDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.name,
this.isGrouped,
this.variants});