identityHashCode property

  1. @override
int? identityHashCode
getter/setter pairoverride

The identityHashCode assigned to the allocated object. This hash code is the same as the hash code provided in HeapSnapshot and CpuSample's returned by getAllocationTraces().

Implementation

@override
int? identityHashCode;