nanograms method

Weight nanograms()

Gets a Weight representing this number of nanograms.

Implementation

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