Volume.fromCubicDecameters constructor

Volume.fromCubicDecameters(
  1. Rational cubicDecameters
)

Creates a Volume representing the specified number of cubicDecameters.

Implementation

factory Volume.fromCubicDecameters(Rational cubicDecameters) =>
    Volume.fromUnits(VolumeUnit.cubicDecameter, cubicDecameters);