min property

Uint8 min
final

Returns the statically-bounded minimum value of a 8-bit unsigned integer (0).

Implementation

static final Uint8 min = Uint8.from(0);