UINT16_MAX property

int get UINT16_MAX

Maximum value of a 16-bit unsigned integer.

Implementation

int get UINT16_MAX => 65535;