biggestAddress property

BigInt biggestAddress
final

Implementation

static final BigInt biggestAddress =
    (BigInt.one << (_addLenBytes * 8)) - BigInt.one;