toUSGallons static method

double toUSGallons(
  1. double value
)

Converts the supplied Teaspoons value to US Gallons

Implementation

static double toUSGallons(double value) => value / 639.49350947818807296;