INT8_MIN property

int get INT8_MIN

Minimum value of an 8-bit signed integer.

Implementation

int get INT8_MIN => -128;