toCubicFeet static method

double toCubicFeet(
  1. double value
)

Converts the supplied Pints value to Cubic Feet

Implementation

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