toUSCups static method

double toUSCups(
  1. double value
)

Converts the supplied US Teaspoons value to US Cups

Implementation

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