menu
weather_open_meteo_client package
documentation
weather_open_meteo_client.dart
CurrentWeather
CurrentWeather.new constructor
CurrentWeather.new constructor
dark_mode
light_mode
CurrentWeather
constructor
CurrentWeather
(
int
?
weathercode
,
double
?
temperature
,
DateTime
?
time
,
double
?
winddirection
,
double
?
windspeed
,
)
Implementation
CurrentWeather(this.weathercode, this.temperature, this.time, this.winddirection, this.windspeed);
weather_open_meteo_client package
documentation
weather_open_meteo_client
CurrentWeather
CurrentWeather.new constructor
CurrentWeather class