max property
final
Returns the statically-bounded maximum value of a 8-bit unsigned integer (255).
Implementation
static final Uint8 max = Uint8.from(255);
Returns the statically-bounded maximum value of a 8-bit unsigned integer (255).
static final Uint8 max = Uint8.from(255);