menu
openweathermap package
documentation
openweather_entities.dart
Wind
Wind.new constructor
Wind.new constructor
dark_mode
light_mode
Wind
constructor
Wind
(
num
speed
,
num
deg
,
num
?
gust
)
Creates a
Wind
object
Implementation
Wind( this.speed, this.deg, this.gust, );
openweathermap package
documentation
openweather_entities
Wind
Wind.new constructor
Wind class