max property
final
Returns the statically-bounded maximum value of a 32-bit unsigned integer (4294967295).
Implementation
static final Uint32 max = Uint32.from(4294967295);
Returns the statically-bounded maximum value of a 32-bit unsigned integer (4294967295).
static final Uint32 max = Uint32.from(4294967295);