menu
weather
open_weather
Wind
Wind constructor
Wind
brightness_4
Wind
constructor
Null safety
Wind
(
{
double
speed
=
0
,
int
deg
=
0
,
double
gust
=
0
}
)
Implementation
Wind({ this.speed = 0, this.deg = 0, this.gust = 0, });
weather
open_weather
Wind
Wind constructor
Wind class
Constructors
Wind
fromJson
Properties
deg
gust
hashCode
runtimeType
speed
Methods
noSuchMethod
toJson
toString
Operators
operator ==