maxIntValue top-level property

int get maxIntValue

Maximum positive int value for the current VM word size.

Implementation

int get maxIntValue => -1 >>> 1;