HomeCategory constructor

HomeCategory({
  1. int? id,
  2. String? label,
  3. String? thumbnailUrl,
  4. List<HomeSubcat>? subcats,
})

Implementation

HomeCategory({this.id, this.label, this.thumbnailUrl, this.subcats});