BrPlaceCateModel constructor

BrPlaceCateModel({
  1. String? id,
  2. String? catName,
  3. String? colorCode,
  4. String? colorCode2,
  5. String? catThumbnail,
  6. String? type,
})

Implementation

BrPlaceCateModel(
    {this.id,
    this.catName,
    this.colorCode,
    this.colorCode2,
    this.catThumbnail,
    this.type});