maxSecondsSinceEpoch property

int maxSecondsSinceEpoch
final

Maximum allowed seconds since epoch, so that the value fits in an Uint32. The -1 is to allow the storage system to use that for null representations.

Implementation

static final maxSecondsSinceEpoch = 0xffffffff.toUnsigned(32) - 1;