hectares method

Area hectares()

Gets an Area representing this number of hectares.

Implementation

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