yards method

Length yards()

Gets a Length representing this number of yards.

Implementation

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