📅  最后修改于: 2022-03-11 14:48:04.003000             🧑  作者: Mango
/// 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);