heightInCentimeters property
double?
get
heightInCentimeters
Get the height of the significant wave in centimeters.
Implementation
double? get heightInCentimeters =>
_height.converted(conversionDouble: Conversions.mToCm);