toQuarts static method

double toQuarts(
  1. double value
)

Converts the supplied US Gallons value to Quarts

Implementation

static double toQuarts(double value) => value * 3.3306953618655629312;