m3 property

Volume get m3

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

Implementation

Volume get m3 => Volume(toDouble(), VolumeUnit.cubicMeter);