WooProductCategory constructor
WooProductCategory({
- int? id,
- String? name,
- String? slug,
- int? parent,
- String? description,
- String? display,
- WooProductCategoryImage? image,
- int? count,
- WooProductCategoryLinks? links,
Implementation
WooProductCategory(
{this.id,
this.name,
this.slug,
this.parent,
this.description,
this.display,
this.image,
this.menuOrder,
this.count,
this.links});