INT32_MIN property

int get INT32_MIN

Minimum value of a 32-bit signed integer.

Implementation

int get INT32_MIN => -2147483648;