maxIntValue top-level property
int
get
maxIntValue
Maximum positive int
value for the current VM word size.
Implementation
int get maxIntValue => -1 >>> 1;
Maximum positive int
value for the current VM word size.
int get maxIntValue => -1 >>> 1;