AllocationProfile constructor
- List<
ClassHeapStats> ? members, - MemoryUsage? memoryUsage,
- int? dateLastAccumulatorReset,
- int? dateLastServiceGC,
Implementation
AllocationProfile({
this.members,
this.memoryUsage,
this.dateLastAccumulatorReset,
this.dateLastServiceGC,
});