📜  打印对象飞镖代码示例

📅  最后修改于: 2022-03-11 14:48:04.003000             🧑  作者: Mango

代码示例1
/// Since Dart 3.12 you can use 'inspect' 
/// Send a reference to myObject to any attached debuggers.
/// Debuggers may open an inspector on the myObject object.
inspect(myObject);