feet method

Length feet()

Gets a Length representing this number of feet.

Implementation

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