INT32_MAX property

int get INT32_MAX

Maximum value of a 32-bit signed integer.

Implementation

int get INT32_MAX => 2147483647;