ProductCategory constructor

ProductCategory({
  1. int? id,
  2. String? productCat,
  3. String? color,
  4. int? display,
  5. String? label,
})

Implementation

ProductCategory(
    {this.id, this.productCat, this.color, this.display, this.label});