toNewtons static method

double toNewtons(
  1. double value
)

Converts the supplied Poundals value to Newtons

Implementation

static double toNewtons(double value) => value / 7.23301;