timeLow property

int timeLow

The low field of the timestamp, i.e. octets 0-3. This field will be random for v4 UUIDs.

Note that the full timestamp can be retrieved using time.

Implementation

int get timeLow => _byteData.getUint32(0);