squareThous method

Area squareThous()

Gets an Area representing this number of square thous.

Implementation

Area squareThous() => Rational.fromInt(this).squareThous();