maxSafeInteger property

int maxSafeInteger
final

The maximum safe integer of the current Dart platform.

Implementation

static final int maxSafeInteger = _computeMaxSafeInteger();