LegacyUuid constructor

LegacyUuid(
  1. Uint8List content
)

The ByteList Expected is in the desired legacy format to store

Implementation

LegacyUuid(this.content);