LivingAreaSleeping class

Information about sleeping features in the living area.

Constructors

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})
LivingAreaSleeping.fromJson(Map json_)

Properties

bedsCount int?
Beds count.
getter/setter pair
bedsCountException String?
Beds count exception. Possible string values are:
getter/setter pair
bunkBedsCount int?
Bunk beds count.
getter/setter pair
bunkBedsCountException String?
Bunk beds count exception. Possible string values are:
getter/setter pair
cribsCount int?
Cribs count.
getter/setter pair
cribsCountException String?
Cribs count exception. Possible string values are:
getter/setter pair
doubleBedsCount int?
Double beds count.
getter/setter pair
doubleBedsCountException String?
Double beds count exception. Possible string values are:
getter/setter pair
featherPillows bool?
Feather pillows.
getter/setter pair
featherPillowsException String?
Feather pillows exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hypoallergenicBedding bool?
Hypoallergenic bedding.
getter/setter pair
hypoallergenicBeddingException String?
Hypoallergenic bedding exception. Possible string values are:
getter/setter pair
kingBedsCount int?
King beds count.
getter/setter pair
kingBedsCountException String?
King beds count exception. Possible string values are:
getter/setter pair
memoryFoamPillows bool?
Memory foam pillows.
getter/setter pair
memoryFoamPillowsException String?
Memory foam pillows exception. Possible string values are:
getter/setter pair
otherBedsCount int?
Other beds count.
getter/setter pair
otherBedsCountException String?
Other beds count exception. Possible string values are:
getter/setter pair
queenBedsCount int?
Queen beds count.
getter/setter pair
queenBedsCountException String?
Queen beds count exception. Possible string values are:
getter/setter pair
rollAwayBedsCount int?
Roll away beds count.
getter/setter pair
rollAwayBedsCountException String?
Roll away beds count exception. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
singleOrTwinBedsCount int?
Single or twin count beds.
getter/setter pair
singleOrTwinBedsCountException String?
Single or twin beds count exception. Possible string values are:
getter/setter pair
sofaBedsCount int?
Sofa beds count.
getter/setter pair
sofaBedsCountException String?
Sofa beds count exception. Possible string values are:
getter/setter pair
syntheticPillows bool?
Synthetic pillows.
getter/setter pair
syntheticPillowsException String?
Synthetic pillows exception. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited