WeatherData constructor
- int? temperature,
- Weather? weather,
- WindPower? wind_speed,
- WindDirection? wind_direction,
Implementation
WeatherData(
{this.temperature, this.weather, this.wind_speed, this.wind_direction});
WeatherData(
{this.temperature, this.weather, this.wind_speed, this.wind_direction});