toBytes method Null safety

Uint8List toBytes()

Implementation

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