LivingAreaSleeping.fromJson constructor

LivingAreaSleeping.fromJson(
  1. Map json_
)

Implementation

LivingAreaSleeping.fromJson(core.Map json_)
  : this(
      bedsCount: json_['bedsCount'] as core.int?,
      bedsCountException: json_['bedsCountException'] as core.String?,
      bunkBedsCount: json_['bunkBedsCount'] as core.int?,
      bunkBedsCountException: json_['bunkBedsCountException'] as core.String?,
      cribsCount: json_['cribsCount'] as core.int?,
      cribsCountException: json_['cribsCountException'] as core.String?,
      doubleBedsCount: json_['doubleBedsCount'] as core.int?,
      doubleBedsCountException:
          json_['doubleBedsCountException'] as core.String?,
      featherPillows: json_['featherPillows'] as core.bool?,
      featherPillowsException:
          json_['featherPillowsException'] as core.String?,
      hypoallergenicBedding: json_['hypoallergenicBedding'] as core.bool?,
      hypoallergenicBeddingException:
          json_['hypoallergenicBeddingException'] as core.String?,
      kingBedsCount: json_['kingBedsCount'] as core.int?,
      kingBedsCountException: json_['kingBedsCountException'] as core.String?,
      memoryFoamPillows: json_['memoryFoamPillows'] as core.bool?,
      memoryFoamPillowsException:
          json_['memoryFoamPillowsException'] as core.String?,
      otherBedsCount: json_['otherBedsCount'] as core.int?,
      otherBedsCountException:
          json_['otherBedsCountException'] as core.String?,
      queenBedsCount: json_['queenBedsCount'] as core.int?,
      queenBedsCountException:
          json_['queenBedsCountException'] as core.String?,
      rollAwayBedsCount: json_['rollAwayBedsCount'] as core.int?,
      rollAwayBedsCountException:
          json_['rollAwayBedsCountException'] as core.String?,
      singleOrTwinBedsCount: json_['singleOrTwinBedsCount'] as core.int?,
      singleOrTwinBedsCountException:
          json_['singleOrTwinBedsCountException'] as core.String?,
      sofaBedsCount: json_['sofaBedsCount'] as core.int?,
      sofaBedsCountException: json_['sofaBedsCountException'] as core.String?,
      syntheticPillows: json_['syntheticPillows'] as core.bool?,
      syntheticPillowsException:
          json_['syntheticPillowsException'] as core.String?,
    );