I think that this seems to be storing
I think that this seems to be storing the UUID of the item itself. If that is the case, you can get the object by calling
UUID(<id>)
.3 Replies
Hmm, I don't think that kind of method exists.
parseUuid
is there but I don't think it does what is needed here.Sorry, it should be
await fromUuid("<id>")
That works! Thank you!