CategoryItems constructor

CategoryItems({
  1. String? badgeUrl,
  2. String? categoryId,
  3. String? name,
})

Implementation

CategoryItems({
  this.badgeUrl,
  this.categoryId,
  this.name,
});