km3 property

Volume get km3

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

Implementation

Volume get km3 => Volume(toDouble(), VolumeUnit.cubicKilometer);