toCubicFeet static method

double toCubicFeet(
  1. double value
)

Converts the supplied US Pints value to Cubic Feet

Implementation

static double toCubicFeet(double value) => value / 59.8442;