asPounds property

Mass get asPounds

Returns a new Mass object representing this mass in Pounds (lb).

Implementation

Mass get asPounds => convertTo(MassUnit.pound);