LivingAreaSleeping constructor

LivingAreaSleeping({
  1. int? bedsCount,
  2. String? bedsCountException,
  3. int? bunkBedsCount,
  4. String? bunkBedsCountException,
  5. int? cribsCount,
  6. String? cribsCountException,
  7. int? doubleBedsCount,
  8. String? doubleBedsCountException,
  9. bool? featherPillows,
  10. String? featherPillowsException,
  11. bool? hypoallergenicBedding,
  12. String? hypoallergenicBeddingException,
  13. int? kingBedsCount,
  14. String? kingBedsCountException,
  15. bool? memoryFoamPillows,
  16. String? memoryFoamPillowsException,
  17. int? otherBedsCount,
  18. String? otherBedsCountException,
  19. int? queenBedsCount,
  20. String? queenBedsCountException,
  21. int? rollAwayBedsCount,
  22. String? rollAwayBedsCountException,
  23. int? singleOrTwinBedsCount,
  24. String? singleOrTwinBedsCountException,
  25. int? sofaBedsCount,
  26. String? sofaBedsCountException,
  27. bool? syntheticPillows,
  28. String? syntheticPillowsException,
})

Implementation

LivingAreaSleeping({
  this.bedsCount,
  this.bedsCountException,
  this.bunkBedsCount,
  this.bunkBedsCountException,
  this.cribsCount,
  this.cribsCountException,
  this.doubleBedsCount,
  this.doubleBedsCountException,
  this.featherPillows,
  this.featherPillowsException,
  this.hypoallergenicBedding,
  this.hypoallergenicBeddingException,
  this.kingBedsCount,
  this.kingBedsCountException,
  this.memoryFoamPillows,
  this.memoryFoamPillowsException,
  this.otherBedsCount,
  this.otherBedsCountException,
  this.queenBedsCount,
  this.queenBedsCountException,
  this.rollAwayBedsCount,
  this.rollAwayBedsCountException,
  this.singleOrTwinBedsCount,
  this.singleOrTwinBedsCountException,
  this.sofaBedsCount,
  this.sofaBedsCountException,
  this.syntheticPillows,
  this.syntheticPillowsException,
});