acres method

Area acres()

Gets an Area representing this number of acres.

Implementation

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