maxSafeInteger top-level property

BigInt get maxSafeInteger

Implementation

BigInt get maxSafeInteger => BigInt.from(Number.MAX_SAFE_INTEGER);