UINT32_MAX property
int
get
UINT32_MAX
Maximum value of a 32-bit unsigned integer.
Implementation
int get UINT32_MAX => 4294967295;
Maximum value of a 32-bit unsigned integer.
int get UINT32_MAX => 4294967295;