pounds method

Weight pounds()

Gets a Weight representing this number of pounds.

Implementation

Weight pounds() => Weight.fromPounds(this);