max property

Uint32 max
final

Returns the statically-bounded maximum value of a 32-bit unsigned integer (4294967295).

Implementation

static final Uint32 max = Uint32.from(4294967295);