FoodAndDrink constructor

FoodAndDrink({
  1. bool? bar,
  2. String? barException,
  3. bool? breakfastAvailable,
  4. String? breakfastAvailableException,
  5. bool? breakfastBuffet,
  6. String? breakfastBuffetException,
  7. bool? buffet,
  8. String? buffetException,
  9. bool? dinnerBuffet,
  10. String? dinnerBuffetException,
  11. bool? freeBreakfast,
  12. String? freeBreakfastException,
  13. bool? restaurant,
  14. String? restaurantException,
  15. int? restaurantsCount,
  16. String? restaurantsCountException,
  17. bool? roomService,
  18. String? roomServiceException,
  19. bool? tableService,
  20. String? tableServiceException,
  21. bool? twentyFourHourRoomService,
  22. String? twentyFourHourRoomServiceException,
  23. bool? vendingMachine,
  24. String? vendingMachineException,
})

Implementation

FoodAndDrink({
  this.bar,
  this.barException,
  this.breakfastAvailable,
  this.breakfastAvailableException,
  this.breakfastBuffet,
  this.breakfastBuffetException,
  this.buffet,
  this.buffetException,
  this.dinnerBuffet,
  this.dinnerBuffetException,
  this.freeBreakfast,
  this.freeBreakfastException,
  this.restaurant,
  this.restaurantException,
  this.restaurantsCount,
  this.restaurantsCountException,
  this.roomService,
  this.roomServiceException,
  this.tableService,
  this.tableServiceException,
  this.twentyFourHourRoomService,
  this.twentyFourHourRoomServiceException,
  this.vendingMachine,
  this.vendingMachineException,
});