inPounds property

double get inPounds

Returns the mass value in Pounds (lb).

Implementation

double get inPounds => getValue(MassUnit.pound);