clockSequence property

int clockSequence

The combined clock sequence. Note that the semantics of this value differ between UUID versions. For v4 UUIDs in particular, this is a random value.

Implementation

int get clockSequence => (clockSequenceHigh << 8) + clockSequenceLow;