📜  dart 获取变量的内存位置 - TypeScript 代码示例

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

代码示例1
//It's not the memory location as that cannot be accessed
//This returns the hasCode of the object, which is unique and can be used as its id
identityHashCode(Object object);