factory UuidValue.fromByteList(Uint8List byteList, {int? offset}) { return UuidValue(Uuid.unparse(byteList, offset: offset ?? 0)); }