MainSubcatInfo constructor

MainSubcatInfo({
  1. int? id,
  2. int? maincatId,
  3. String? subcatName,
  4. String? colorCode,
  5. String? pictureUrl,
  6. int? display,
})

Implementation

MainSubcatInfo(
    {this.id,
    this.maincatId,
    this.subcatName,
    this.colorCode,
    this.pictureUrl,
    this.display});