INT16_MIN property

int get INT16_MIN

Minimum value of a 16-bit signed integer.

Implementation

int get INT16_MIN => -32768;