toPints static method

double toPints(
  1. double value
)

Converts the supplied Kilolitres value to Pints

Implementation

static double toPints(double value) => value / 0.000568261484874999889;