LivingAreaFeatures constructor

LivingAreaFeatures({
  1. bool? airConditioning,
  2. String? airConditioningException,
  3. bool? bathtub,
  4. String? bathtubException,
  5. bool? bidet,
  6. String? bidetException,
  7. bool? dryer,
  8. String? dryerException,
  9. bool? electronicRoomKey,
  10. String? electronicRoomKeyException,
  11. bool? fireplace,
  12. String? fireplaceException,
  13. bool? hairdryer,
  14. String? hairdryerException,
  15. bool? heating,
  16. String? heatingException,
  17. bool? inunitSafe,
  18. String? inunitSafeException,
  19. bool? inunitWifiAvailable,
  20. String? inunitWifiAvailableException,
  21. bool? ironingEquipment,
  22. String? ironingEquipmentException,
  23. bool? payPerViewMovies,
  24. String? payPerViewMoviesException,
  25. bool? privateBathroom,
  26. String? privateBathroomException,
  27. bool? shower,
  28. String? showerException,
  29. bool? toilet,
  30. String? toiletException,
  31. bool? tv,
  32. bool? tvCasting,
  33. String? tvCastingException,
  34. String? tvException,
  35. bool? tvStreaming,
  36. String? tvStreamingException,
  37. bool? universalPowerAdapters,
  38. String? universalPowerAdaptersException,
  39. bool? washer,
  40. 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,
});