hundredMillion top-level property

Decimal hundredMillion
final

Decimal constant: 100,000,000 Decimal常量: 100,000,000

Implementation

final hundredMillion = Decimal.ten.pow(8).toDecimal();