max property

Uint16 max
final

Returns the statically-bounded maximum value of a 16-bit unsigned integer (65535).

Implementation

static final Uint16 max = Uint16.from(65535);