timeHigh property
int
get
timeHigh
The high field of the timestamp without the version number that was originally multiplexed into timeHighAndVersion.
Note that the full timestamp can be retrieved using time.
Warning: This accessor is not accurate for v6 UUIDs.
Implementation
int get timeHigh => timeHighAndVersion & 0x0FFF;