toQuarts static method

double toQuarts(
  1. double value
)

Converts the supplied US Fluid Ounces value to Quarts

Implementation

static double toQuarts(double value) => value * 0.026021057514574708736;