AllocationProfile constructor

AllocationProfile(
  1. {List<ClassHeapStats>? members,
  2. MemoryUsage? memoryUsage,
  3. int? dateLastAccumulatorReset,
  4. int? dateLastServiceGC}
)

Implementation

AllocationProfile({
  this.members,
  this.memoryUsage,
  this.dateLastAccumulatorReset,
  this.dateLastServiceGC,
});