AuthServiceCatIndustry constructor

AuthServiceCatIndustry({
  1. int? id,
  2. String? catName,
  3. int? display,
  4. String? label,
  5. String? pictureUrl,
  6. String? colorCode,
  7. String? colorCode2,
  8. int? displayForConfig,
  9. List<AuthServiceSubcatIndustry>? serviceSubcats,
})

Implementation

AuthServiceCatIndustry(
    {this.id,
    this.catName,
    this.display,
    this.label,
    this.pictureUrl,
    this.colorCode,
    this.colorCode2,
    this.displayForConfig,
    this.serviceSubcats});