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