toUSGallons static method

double toUSGallons(
  1. double value
)

Converts the supplied Tablespoons value to US Gallons

Implementation

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