in3 property

Volume get in3

Creates a Volume instance from this value in Cubic Inches (in³).

Implementation

Volume get in3 => Volume(toDouble(), VolumeUnit.cubicInch);