Weight.newton constructor

Weight.newton(
  1. double value
)

Implementation

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