pounds method

Weight pounds()

Gets a Weight representing this number of pounds.

Implementation

Weight pounds() => Rational.fromInt(this).pounds();