pythonLegacyUuid property

String pythonLegacyUuid

Returns an HexString for an Uuid stored in Python Legacy Format

Implementation

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