yards property
Decimal
get
yards
Gets the number of yards in this Length, including any fractional portion.
Implementation
Decimal get yards => getUnits(LengthUnit.yard);
Gets the number of yards in this Length, including any fractional portion.
Decimal get yards => getUnits(LengthUnit.yard);