INT_MIN property

int get INT_MIN

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

Implementation

int get INT_MIN => -2147483648;