toUSFluidOunces static method

double toUSFluidOunces(
  1. double value
)

Converts the supplied Teaspoons value to US Fluid Ounces

Implementation

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