mostSignificantBits property

int get mostSignificantBits

Gets the most significant 64 bits of the UUID.

Returns:

  • The most significant 64 bits as an integer

The most significant bits contain the time components for version 1 UUIDs and the first half of random bits for version 4 UUIDs.

Implementation

int get mostSignificantBits => _mostSigBits.toInt();