toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final bedsCount = this.bedsCount;
final bedsCountException = this.bedsCountException;
final bunkBedsCount = this.bunkBedsCount;
final bunkBedsCountException = this.bunkBedsCountException;
final cribsCount = this.cribsCount;
final cribsCountException = this.cribsCountException;
final doubleBedsCount = this.doubleBedsCount;
final doubleBedsCountException = this.doubleBedsCountException;
final featherPillows = this.featherPillows;
final featherPillowsException = this.featherPillowsException;
final hypoallergenicBedding = this.hypoallergenicBedding;
final hypoallergenicBeddingException = this.hypoallergenicBeddingException;
final kingBedsCount = this.kingBedsCount;
final kingBedsCountException = this.kingBedsCountException;
final memoryFoamPillows = this.memoryFoamPillows;
final memoryFoamPillowsException = this.memoryFoamPillowsException;
final otherBedsCount = this.otherBedsCount;
final otherBedsCountException = this.otherBedsCountException;
final queenBedsCount = this.queenBedsCount;
final queenBedsCountException = this.queenBedsCountException;
final rollAwayBedsCount = this.rollAwayBedsCount;
final rollAwayBedsCountException = this.rollAwayBedsCountException;
final singleOrTwinBedsCount = this.singleOrTwinBedsCount;
final singleOrTwinBedsCountException = this.singleOrTwinBedsCountException;
final sofaBedsCount = this.sofaBedsCount;
final sofaBedsCountException = this.sofaBedsCountException;
final syntheticPillows = this.syntheticPillows;
final syntheticPillowsException = this.syntheticPillowsException;
return {
'bedsCount': ?bedsCount,
'bedsCountException': ?bedsCountException,
'bunkBedsCount': ?bunkBedsCount,
'bunkBedsCountException': ?bunkBedsCountException,
'cribsCount': ?cribsCount,
'cribsCountException': ?cribsCountException,
'doubleBedsCount': ?doubleBedsCount,
'doubleBedsCountException': ?doubleBedsCountException,
'featherPillows': ?featherPillows,
'featherPillowsException': ?featherPillowsException,
'hypoallergenicBedding': ?hypoallergenicBedding,
'hypoallergenicBeddingException': ?hypoallergenicBeddingException,
'kingBedsCount': ?kingBedsCount,
'kingBedsCountException': ?kingBedsCountException,
'memoryFoamPillows': ?memoryFoamPillows,
'memoryFoamPillowsException': ?memoryFoamPillowsException,
'otherBedsCount': ?otherBedsCount,
'otherBedsCountException': ?otherBedsCountException,
'queenBedsCount': ?queenBedsCount,
'queenBedsCountException': ?queenBedsCountException,
'rollAwayBedsCount': ?rollAwayBedsCount,
'rollAwayBedsCountException': ?rollAwayBedsCountException,
'singleOrTwinBedsCount': ?singleOrTwinBedsCount,
'singleOrTwinBedsCountException': ?singleOrTwinBedsCountException,
'sofaBedsCount': ?sofaBedsCount,
'sofaBedsCountException': ?sofaBedsCountException,
'syntheticPillows': ?syntheticPillows,
'syntheticPillowsException': ?syntheticPillowsException,
};
}