max property

Uint8 max
final

Returns the statically-bounded maximum value of a 8-bit unsigned integer (255).

Implementation

static final Uint8 max = Uint8.from(255);