toQuarts static method

double toQuarts(
  1. double value
)

Converts the supplied Millilitres value to Quarts

Implementation

static double toQuarts(double value) => value / 1136.52296975;