gustInKnots property

double? gustInKnots

Returns the wind gust in knots, if not null.

Implementation

double? get gustInKnots => gust == null ? gust : gust! * 1.9438;