miles method

Length miles()

Gets a Length representing this number of miles.

Implementation

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