toUSPints static method

double toUSPints(
  1. double value
)

Converts the supplied Kilolitres value to US Pints

Implementation

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