billion property

BigInt billion
final

Represents one billion (1,000,000,000)

Implementation

static final BigInt billion = BigInt.from(10).pow(9);