toUSPints static method

double toUSPints(
  1. double value
)

Converts the supplied Millilitres value to US Pints

Implementation

static double toUSPints(double value) => value / 473.17647299999997952;