cubicThous method

Volume cubicThous()

Gets a Volume representing this number of cubic thous.

Implementation

Volume cubicThous() => Rational.fromInt(this).cubicThous();