asCubicInches property

Volume get asCubicInches

Returns a new Volume object representing this volume in Cubic Inches (in³).

Implementation

Volume get asCubicInches => convertTo(VolumeUnit.cubicInch);