INT8_MAX property

int get INT8_MAX

Maximum value of an 8-bit signed integer.

Implementation

int get INT8_MAX => 127;