heightInFeet property

double? get heightInFeet

Get the height of the significant wave in feet.

Implementation

double? get heightInFeet =>
    _height.converted(conversionDouble: Conversions.mToFt);