classId property Null safety
read / write
Matches the index of a class in HeapSnapshot.classes. Provided for CpuSample instances returned from a getAllocationTraces().
Implementation
@optional
int? classId;
Matches the index of a class in HeapSnapshot.classes. Provided for CpuSample instances returned from a getAllocationTraces().
@optional
int? classId;