FoodAndDrink class

Meals, snacks, and beverages available at the property.

Constructors

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})
FoodAndDrink.fromJson(Map json_)

Properties

bar bool?
Bar.
getter/setter pair
barException String?
Bar exception. Possible string values are:
getter/setter pair
breakfastAvailable bool?
Breakfast available.
getter/setter pair
breakfastAvailableException String?
Breakfast available exception. Possible string values are:
getter/setter pair
breakfastBuffet bool?
Breakfast buffet.
getter/setter pair
breakfastBuffetException String?
Breakfast buffet exception. Possible string values are:
getter/setter pair
buffet bool?
Buffet.
getter/setter pair
buffetException String?
Buffet exception. Possible string values are:
getter/setter pair
dinnerBuffet bool?
Dinner buffet.
getter/setter pair
dinnerBuffetException String?
Dinner buffet exception. Possible string values are:
getter/setter pair
freeBreakfast bool?
Free breakfast.
getter/setter pair
freeBreakfastException String?
Free breakfast exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
restaurant bool?
Restaurant.
getter/setter pair
restaurantException String?
Restaurant exception. Possible string values are:
getter/setter pair
restaurantsCount int?
Restaurants count.
getter/setter pair
restaurantsCountException String?
Restaurants count exception. Possible string values are:
getter/setter pair
roomService bool?
Room service.
getter/setter pair
roomServiceException String?
Room service exception. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableService bool?
Table service.
getter/setter pair
tableServiceException String?
Table service exception. Possible string values are:
getter/setter pair
twentyFourHourRoomService bool?
24hr room service.
getter/setter pair
twentyFourHourRoomServiceException String?
24hr room service exception. Possible string values are:
getter/setter pair
vendingMachine bool?
Vending machine.
getter/setter pair
vendingMachineException String?
Vending machine exception. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited