menu
open_weather_client package
documentation
models/wind.dart
Wind
Wind constructor
Wind constructor
dark_mode
light_mode
Wind
constructor
Wind
(
{
required
double
speed
,
required
double
deg
,
double
?
gust
,
})
Implementation
Wind({ required this.speed, required this.deg, this.gust, });
open_weather_client package
documentation
models/wind
Wind
Wind constructor
Wind class