kMinJsInt top-level constant

int const kMinJsInt

-2^53, the minimum safe integer value for dart code that might be compiled to javascript (i.e. used in a web app).

Implementation

const kMinJsInt = -0x20000000000000;