CategoryEntity constructor
Implementation
const CategoryEntity({
required this.name,
required this.subcategories,
this.id,
this.parentId,
this.humanReadableId,
this.imageUrl,
});
const CategoryEntity({
required this.name,
required this.subcategories,
this.id,
this.parentId,
this.humanReadableId,
this.imageUrl,
});