classId property Null safety

int? classId
optional">@optionalread / write

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

Implementation

@optional
int? classId;