LegacyUuid.toPythonLegacy constructor

LegacyUuid.toPythonLegacy(
  1. UuidValue? uuid
)

Implementation

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