Lodging class
Lodging of a location that provides accomodations.
Constructors
-
Lodging({Accessibility? accessibility, Activities? activities, GuestUnitFeatures? allUnits, Business? business, LivingArea? commonLivingArea, Connectivity? connectivity, Families? families, FoodAndDrink? foodAndDrink, List<
GuestUnitType> ? guestUnits, HealthAndSafety? healthAndSafety, Housekeeping? housekeeping, LodgingMetadata? metadata, String? name, Parking? parking, Pets? pets, Policies? policies, Pools? pools, Property? property, Services? services, GuestUnitFeatures? someUnits, Sustainability? sustainability, Transportation? transportation, Wellness? wellness}) - Lodging.fromJson(Map json_)
Properties
- accessibility ↔ Accessibility?
-
Physical adaptations made to the property in consideration of varying
levels of human physical ability.
getter/setter pair
- activities ↔ Activities?
-
Amenities and features related to leisure and play.
getter/setter pair
- allUnits ↔ GuestUnitFeatures?
-
All units on the property have at least these attributes.
getter/setter pair
- business ↔ Business?
-
Features of the property of specific interest to the business traveler.
getter/setter pair
- commonLivingArea ↔ LivingArea?
-
Features of the shared living areas available in this Lodging.
getter/setter pair
- connectivity ↔ Connectivity?
-
The ways in which the property provides guests with the ability to access
the internet.
getter/setter pair
- families ↔ Families?
-
Services and amenities for families and young guests.
getter/setter pair
- foodAndDrink ↔ FoodAndDrink?
-
Meals, snacks, and beverages available at the property.
getter/setter pair
-
guestUnits
↔ List<
GuestUnitType> ? -
Individual GuestUnitTypes that are available in this Lodging.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthAndSafety ↔ HealthAndSafety?
-
Health and safety measures implemented by the hotel during COVID-19.
getter/setter pair
- housekeeping ↔ Housekeeping?
-
Conveniences provided in guest units to facilitate an easier, more
comfortable stay.
getter/setter pair
- metadata ↔ LodgingMetadata?
-
Metadata for the lodging.
getter/setter pair
- name ↔ String?
-
Google identifier for this location in the form:
locations/{location_id}/lodging
getter/setter pair - parking ↔ Parking?
-
Parking options at the property.
getter/setter pair
- pets ↔ Pets?
-
Policies regarding guest-owned animals.
getter/setter pair
- policies ↔ Policies?
-
Property rules that impact guests.
getter/setter pair
- pools ↔ Pools?
-
Swimming pool or recreational water facilities available at the hotel.
getter/setter pair
- property ↔ Property?
-
General factual information about the property's physical structure and
important dates.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- services ↔ Services?
-
Conveniences or help provided by the property to facilitate an easier,
more comfortable stay.
getter/setter pair
- someUnits ↔ GuestUnitFeatures?
-
Some units on the property have as much as these attributes.
getter/setter pair
- sustainability ↔ Sustainability?
-
Sustainability practices implemented at the hotel.
getter/setter pair
- transportation ↔ Transportation?
-
Vehicles or vehicular services facilitated or owned by the property.
getter/setter pair
- wellness ↔ Wellness?
-
Guest facilities at the property to promote or maintain health, beauty,
and fitness.
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