javaLegacy property

UuidValue get javaLegacy

Returns an UuidValue Object for an Uuid stored in Java Legacy Format

Implementation

UuidValue get javaLegacy => UuidValue.fromByteList(_javaFormat(content));