kilograms method

Weight kilograms()

Gets a Weight representing this number of kilograms.

Implementation

Weight kilograms() => Weight.fromKilograms(this);