javaLegacyUuid property

String javaLegacyUuid

Returns an HexString for an Uuid stored in Java Legacy Format

Implementation

String get javaLegacyUuid =>
    UuidValue.fromByteList(_javaFormat(content)).uuid;