tonnes method

Weight tonnes()

Gets a Weight representing this number of (metric) tonnes.

Implementation

Weight tonnes() => Rational.fromInt(this).tonnes();