MAX_U128_BIG_INT top-level property

BigInt MAX_U128_BIG_INT
final

Implementation

final MAX_U128_BIG_INT = BigInt.from(2).pow(128) - BigInt.one;