million method

Quantity million()

Gets a Quantity representing this number of millions.

Implementation

Quantity million() => Quantity.fromMillions(this);