LivingAreaSleeping constructor
LivingAreaSleeping({
- int? bedsCount,
- String? bedsCountException,
- int? bunkBedsCount,
- String? bunkBedsCountException,
- int? cribsCount,
- String? cribsCountException,
- int? doubleBedsCount,
- String? doubleBedsCountException,
- bool? featherPillows,
- String? featherPillowsException,
- bool? hypoallergenicBedding,
- String? hypoallergenicBeddingException,
- int? kingBedsCount,
- String? kingBedsCountException,
- bool? memoryFoamPillows,
- String? memoryFoamPillowsException,
- int? otherBedsCount,
- String? otherBedsCountException,
- int? queenBedsCount,
- String? queenBedsCountException,
- int? rollAwayBedsCount,
- String? rollAwayBedsCountException,
- int? singleOrTwinBedsCount,
- String? singleOrTwinBedsCountException,
- int? sofaBedsCount,
- String? sofaBedsCountException,
- bool? syntheticPillows,
- 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,
});