HourlyWeatherPoint constructor
Implementation
HourlyWeatherPoint({
required this.time,
required this.temperature,
this.humidity,
this.windSpeed,
this.precipitation,
});
HourlyWeatherPoint({
required this.time,
required this.temperature,
this.humidity,
this.windSpeed,
this.precipitation,
});