max property

Int8 max
final

Returns the statically-bounded maximum value of a 8-bit signed integer (127).

Implementation

static final Int8 max = Int8.from(127);