This is a follow-up to this Dart question.
Since Flutter doesn't support reflection and we can't use mirrors, how would you go about debugging, let's say an instance of firebase_database DatabaseReference
?
I'm trying to write tests, and knowing what key/values my reference contains will make it easier for me to write a proper test.