infiniteTimestamp constant
int
const infiniteTimestamp
Reserved "infinity" timestamp. The spec reserves 2**64 - 1, which does
not survive dart2js; this sentinel is the largest exactly representable
integer on both native and web, and never touches the wire (infinity is
always encoded as 0).
Implementation
static const int infiniteTimestamp = 9007199254740991;