LONG_MAX property

int get LONG_MAX

Maximum value for a long int (Assuming 64-bit mapping)

Implementation

int get LONG_MAX => 9223372036854775807;