toBytes method Null safety

List<int> toBytes ()

Implementation

List<int> toBytes() {
  return Uuid.parse(uuid);
}