Torque.inchPound constructor
Torque.inchPound(
- double value
Implementation
factory Torque.inchPound(double value) => Torque(value, Unit.inchPound);
factory Torque.inchPound(double value) => Torque(value, Unit.inchPound);