toUSCups static method

double toUSCups(
  1. double value
)

Converts the supplied Millilitres value to US Cups

Implementation

static double toUSCups(double value) => value / 236.58823649999998976;