toGallons static method

double toGallons(
  1. double value
)

Converts the supplied US Tablespoons value to Gallons

Implementation

static double toGallons(double value) => value * 0.003252632189321838592;