toUSMilesPerGallon static method

double toUSMilesPerGallon(
  1. double value
)

Converts the supplied Miles Per Gallon value to US Miles Per Gallon

Implementation

static double toUSMilesPerGallon(double value) => value / 1.20095;