toGallons static method

double toGallons(
  1. double value
)

Converts the supplied US Pints value to Gallons

Implementation

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