yards property

Decimal get yards

Gets the number of yards in this Length, including any fractional portion.

Implementation

Decimal get yards => getUnits(LengthUnit.yard);