PublishEventCategory constructor

PublishEventCategory({
  1. int? id,
  2. String? thumbnail,
  3. String? colorCode,
  4. String? colorCode2,
  5. String? catName,
  6. int? display,
})

Implementation

PublishEventCategory({
  this.id,
  this.thumbnail,
  this.colorCode,
  this.colorCode2,
  this.catName,
  this.display,
});