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