I have a list of document references that I use in my ListView widget to generate children dynamically.
However, since there are just document references, I need don't want to display the actual DocID but rather the name corresponding to this reference. For this I have an AppState that is of data type:
My issue is that I can't find a way to display the name in the text children of my ListView. I only manage to display the Document Reference.
How can I achieve this?