LegacyUuid.toCSharpLegacy constructor

LegacyUuid.toCSharpLegacy(
  1. UuidValue? uuid
)

Implementation

factory LegacyUuid.toCSharpLegacy(UuidValue? uuid) => LegacyUuid(
    _cSharpFormat(Uint8List.fromList((uuid ??= Uuid().v4obj()).toBytes())));