LegacyUuid.fromHexStringTocSharpLegacy constructor

LegacyUuid.fromHexStringTocSharpLegacy(
  1. String hexString
)

Implementation

factory LegacyUuid.fromHexStringTocSharpLegacy(String hexString) =>
    LegacyUuid(_cSharpFormat(_toByteList(hexString)));