Volume.fromCubicThous constructor

Volume.fromCubicThous(
  1. Rational cubicThous
)

Creates a Volume representing the specified number of cubicThous.

Implementation

factory Volume.fromCubicThous(Rational cubicThous) =>
    Volume.fromUnits(VolumeUnit.cubicThou, cubicThous);