LivingAreaFeatures constructor
LivingAreaFeatures({
- bool? airConditioning,
- String? airConditioningException,
- bool? bathtub,
- String? bathtubException,
- bool? bidet,
- String? bidetException,
- bool? dryer,
- String? dryerException,
- bool? electronicRoomKey,
- String? electronicRoomKeyException,
- bool? fireplace,
- String? fireplaceException,
- bool? hairdryer,
- String? hairdryerException,
- bool? heating,
- String? heatingException,
- bool? inunitSafe,
- String? inunitSafeException,
- bool? inunitWifiAvailable,
- String? inunitWifiAvailableException,
- bool? ironingEquipment,
- String? ironingEquipmentException,
- bool? payPerViewMovies,
- String? payPerViewMoviesException,
- bool? privateBathroom,
- String? privateBathroomException,
- bool? shower,
- String? showerException,
- bool? toilet,
- String? toiletException,
- bool? tv,
- bool? tvCasting,
- String? tvCastingException,
- String? tvException,
- bool? tvStreaming,
- String? tvStreamingException,
- bool? universalPowerAdapters,
- String? universalPowerAdaptersException,
- bool? washer,
- String? washerException,
Implementation
LivingAreaFeatures({
this.airConditioning,
this.airConditioningException,
this.bathtub,
this.bathtubException,
this.bidet,
this.bidetException,
this.dryer,
this.dryerException,
this.electronicRoomKey,
this.electronicRoomKeyException,
this.fireplace,
this.fireplaceException,
this.hairdryer,
this.hairdryerException,
this.heating,
this.heatingException,
this.inunitSafe,
this.inunitSafeException,
this.inunitWifiAvailable,
this.inunitWifiAvailableException,
this.ironingEquipment,
this.ironingEquipmentException,
this.payPerViewMovies,
this.payPerViewMoviesException,
this.privateBathroom,
this.privateBathroomException,
this.shower,
this.showerException,
this.toilet,
this.toiletException,
this.tv,
this.tvCasting,
this.tvCastingException,
this.tvException,
this.tvStreaming,
this.tvStreamingException,
this.universalPowerAdapters,
this.universalPowerAdaptersException,
this.washer,
this.washerException,
});