inPounds property
double
get
inPounds
Returns the mass value in Pounds (lb).
Implementation
double get inPounds => getValue(MassUnit.pound);
Returns the mass value in Pounds (lb).
double get inPounds => getValue(MassUnit.pound);