thousand method

Quantity thousand()

Gets a Quantity representing this number of thousands.

Implementation

Quantity thousand() => Quantity.fromThousands(this);