min property

Uint16 min
final

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

Implementation

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