toFluidOunces static method

double toFluidOunces(
  1. double value
)

Converts the supplied Millilitres value to Fluid Ounces

Implementation

static double toFluidOunces(double value) => value / 28.413074243749994496;