kilograms method

Weight kilograms()

Gets a Weight representing this number of kilograms.

Implementation

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