'Flutter doesn't show reference from a doc

I'm writing an app in Flutter. I've got a db where every user has got a ref to another document ( picture below ) img1

When I try to print data of a user in Flutter, it works perfectly and I can get access to any string type data inside the document [img22

[img33

But when I try to read inside my doc reference to another document, I don't get any access to this data. Flutter doesn't even want to print it. Help me please, guys! Thanks in advance!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source