INT64_MIN property

int get INT64_MIN

Minimum value of a 64-bit signed integer.

Implementation

int get INT64_MIN => -9223372036854775808;