toUSFluidOunces static method

double toUSFluidOunces(
  1. double value
)

Converts the supplied Quarts value to US Fluid Ounces

Implementation

static double toUSFluidOunces(double value) =>
    value / 0.026021057514574708736;