toCubicInches static method

double toCubicInches(
  1. double value
)

Converts the supplied Cubic Metres value to Cubic Inches

Implementation

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