toCubicInches static method

double toCubicInches(
  1. double value
)

Converts the supplied US Pints value to Cubic Inches

Implementation

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