factory UuidValue.fromList(List<int> byteList, {int? offset}) { return UuidValue(Uuid.unparse(byteList, offset: offset ?? 0)); }