identityHashCode property

  1. @optional
int? identityHashCode
getter/setter pair

The identityHashCode assigned to the allocated object. This hash code is the same as the hash code provided in HeapSnapshot. Provided for CpuSample instances returned from a getAllocationTraces().

Implementation

@optional
int? identityHashCode;