toPints static method

double toPints(
  1. double value
)

Converts the supplied US Pints value to Pints

Implementation

static double toPints(double value) => value * 0.83267384046639071232;