max property
final
Returns the statically-bounded maximum value of a 16-bit unsigned integer (65535).
Implementation
static final Uint16 max = Uint16.from(65535);
Returns the statically-bounded maximum value of a 16-bit unsigned integer (65535).
static final Uint16 max = Uint16.from(65535);