classId property

  1. @optional
int? classId
getter/setter pair

Matches the index of a class in HeapSnapshot.classes. Provided for CpuSample instances returned from a getAllocationTraces().

Implementation

@optional
int? classId;