toCubicInches static method

double toCubicInches(
  1. double value
)

Converts the supplied Quarts value to Cubic Inches

Implementation

static double toCubicInches(double value) => value * 69.3549;