PlaceMenuSubcats constructor

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

Implementation

PlaceMenuSubcats({this.id, this.order, this.catName, this.items});