WeatherStateContractWind constructor
WeatherStateContractWind({
- required Speed speed,
- required Azimuth direction,
- WindContractGusts? gusts,
Returns a new WeatherStateContractWind instance.
Implementation
WeatherStateContractWind({
required this.speed,
required this.direction,
this.gusts,
});