cubicMillimeters method

Volume cubicMillimeters()

Gets a Volume representing this number of cubic millimeters.

Implementation

Volume cubicMillimeters() => Rational.fromInt(this).cubicMillimeters();