UINT8_MAX property

int get UINT8_MAX

Maximum value of an 8-bit unsigned integer.

Implementation

int get UINT8_MAX => 255;