twentieth top-level property

Decimal twentieth
final

Decimal constant: 1/20 Decimal常量: 1/20

Implementation

final twentieth = (Decimal.one / Decimal.fromInt(20)).toDecimal();