How to fully dump / print variable to console in the Dart language?

后端 未结 8 1252
星月不相逢
星月不相逢 2021-01-03 20:37

Hey there I am searching for a function which is printing a dynamic variable as completely as possible to the console in Dart language.

In PHP for i

8条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-03 20:57

    If you want to know more about an instance of any class in an android studio click on a class name before variable then press ctrl+b it will take you to the class file where this object belongs from there you can see user attributes and methods of this class.

提交回复
热议问题