ReportHeapSnapshotProgressEvent constructor

ReportHeapSnapshotProgressEvent({
  1. required int done,
  2. required int total,
  3. bool? finished,
})

Implementation

ReportHeapSnapshotProgressEvent({
  required this.done,
  required this.total,
  this.finished,
});