Lodging constructor
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,
Implementation
Lodging({
this.accessibility,
this.activities,
this.allUnits,
this.business,
this.commonLivingArea,
this.connectivity,
this.families,
this.foodAndDrink,
this.guestUnits,
this.healthAndSafety,
this.housekeeping,
this.metadata,
this.name,
this.parking,
this.pets,
this.policies,
this.pools,
this.property,
this.services,
this.someUnits,
this.sustainability,
this.transportation,
this.wellness,
});