maxValue property

BigInt maxValue
final

Max 64-bit integer

Implementation

static final maxValue = (BigInt.from(1) << 64) - BigInt.one;