INT_MAX property

int get INT_MAX

Maximum value for an int (Assuming 32-bit mapping)

Implementation

int get INT_MAX => 2147483647;