Subcats constructor

Subcats({
  1. int? id,
  2. String? subcatName,
  3. String? pictureUrl,
  4. String? colorCode,
  5. String? colorCode2,
  6. String? subcatTranslation,
  7. List<Specs>? specs,
})

Implementation

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