weatherCondition property

  1. @JsonKey(name: 'weatherCondition', toJson: weatherConditionDTONullableToJson, fromJson: weatherConditionDTONullableFromJson)
WeatherConditionDTO? weatherCondition
final

Implementation

@JsonKey(
  name: 'weatherCondition',
  toJson: weatherConditionDTONullableToJson,
  fromJson: weatherConditionDTONullableFromJson,
)
final enums.WeatherConditionDTO? weatherCondition;