weatherTimePeriod property

  1. @JsonKey(name: 'weatherTimePeriod', toJson: weatherTimePeriodDTONullableToJson, fromJson: weatherTimePeriodDTONullableFromJson)
WeatherTimePeriodDTO? weatherTimePeriod
final

Implementation

@JsonKey(
  name: 'weatherTimePeriod',
  toJson: weatherTimePeriodDTONullableToJson,
  fromJson: weatherTimePeriodDTONullableFromJson,
)
final enums.WeatherTimePeriodDTO? weatherTimePeriod;