centimeters method

Length centimeters()

Gets a Length representing this number of centimeters.

Implementation

Length centimeters() => Rational.fromInt(this).centimeters();