CatalogDTO constructor
CatalogDTO({})
Implementation
CatalogDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.name,
this.products,
this.assignedCatalogs,
this.store});