heightInInches property

double? get heightInInches

Get the height of the significant wave in inches.

Implementation

double? get heightInInches =>
    _height.converted(conversionDouble: Conversions.mToIn);