max property
final
Returns the statically-bounded maximum value of a 8-bit signed integer (127).
Implementation
static final Int8 max = Int8.from(127);
Returns the statically-bounded maximum value of a 8-bit signed integer (127).
static final Int8 max = Int8.from(127);