million property

BigInt million
final

Represents one million (1,000,000)

Implementation

static final BigInt million = BigInt.from(10).pow(6);