toBytes method

Uint8List toBytes()

Implementation

Uint8List toBytes() {
  return Uuid.parseAsByteList(uuid);
}