CurrentWeather constructor

CurrentWeather({
  1. double? temperature,
  2. int? weathercode,
})

Implementation

CurrentWeather(
    {this.temperature,
      this.weathercode});