toPints static method

double toPints(
  1. double value
)

Converts the supplied Millilitres value to Pints

Implementation

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