dart get memory location of variable code example
Example: dart get memory location of variable
//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);