timeMid property

int timeMid

The mid field of the timestamp, i.e. octets 4-5. This field will be random for v4 UUIDs.

Note that the full timestamp can be retrieved using time.

Implementation

int get timeMid => _byteData.getUint16(4);