thousand top-level property

Decimal thousand
final

Decimal constant: 1,000 Decimal常量: 1,000

Implementation

final thousand = Decimal.ten.pow(3).toDecimal();