FoodAndDrink constructor
FoodAndDrink({
- bool? bar,
- String? barException,
- bool? breakfastAvailable,
- String? breakfastAvailableException,
- bool? breakfastBuffet,
- String? breakfastBuffetException,
- bool? buffet,
- String? buffetException,
- bool? dinnerBuffet,
- String? dinnerBuffetException,
- bool? freeBreakfast,
- String? freeBreakfastException,
- bool? restaurant,
- String? restaurantException,
- int? restaurantsCount,
- String? restaurantsCountException,
- bool? roomService,
- String? roomServiceException,
- bool? tableService,
- String? tableServiceException,
- bool? twentyFourHourRoomService,
- String? twentyFourHourRoomServiceException,
- bool? vendingMachine,
- 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,
});