Weight.pound constructor

Weight.pound(
  1. double value
)

Implementation

factory Weight.pound(double value) => Weight(value, Unit.pound);