min property

Uint32 min
final

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

Implementation

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