toCubicInches static method

double toCubicInches(
  1. double value
)

Converts the supplied Millilitres value to Cubic Inches

Implementation

static double toCubicInches(double value) => value / 16.3871;