safeIntegerBits property

int safeIntegerBits
final

The integer bits of the current Dart platform.

Implementation

static final int safeIntegerBits =
    math.min(maxSafeInteger.bitLength, minSafeInteger.bitLength);