AuthServiceSubcatIndustry constructor

AuthServiceSubcatIndustry({
  1. int? id,
  2. String? subcatName,
  3. String? colorCode,
  4. dynamic colorCode2,
  5. String? subcatTranslation,
  6. String? pictureUrl,
})

Implementation

AuthServiceSubcatIndustry({
  this.id,
  this.subcatName,
  this.colorCode,
  this.colorCode2,
  this.subcatTranslation,
  this.pictureUrl,
});