PlaceMenuMaincats constructor

PlaceMenuMaincats({
  1. String? id,
  2. int? order,
  3. String? catName,
  4. List<PlaceMenuSubcats>? subcats,
})

Implementation

PlaceMenuMaincats({this.id, this.order, this.catName, this.subcats});