Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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);
 
PREVIOUS NEXT
Tagged: #dart #memory #location #variable
ADD COMMENT
Topic
Name
9+6 =