WindContractGusts constructor
WindContractGusts({})
Returns a new WindContractGusts instance.
Implementation
WindContractGusts({
required this.kt,
required this.kmPerHour,
required this.miPerHour,
required this.meterPerSecond,
});