leastSignificantBits property

int get leastSignificantBits

Gets the least significant 64 bits of the UUID.

Returns:

  • The least significant 64 bits as an integer

The least significant bits contain the clock sequence and node for version 1 UUIDs and the second half of random bits for version 4 UUIDs.

Implementation

int get leastSignificantBits => _leastSigBits.toInt();