pounds property

Mass get pounds

Creates a Mass instance representing this numerical value in Pounds (lb). Alias for lb.

Implementation

Mass get pounds => Mass(toDouble(), MassUnit.pound);