menu
puppeteer package
documentation
protocol/heap_profiler.dart
ReportHeapSnapshotProgressEvent
ReportHeapSnapshotProgressEvent constructor
ReportHeapSnapshotProgressEvent constructor
dark_mode
light_mode
ReportHeapSnapshotProgressEvent
constructor
ReportHeapSnapshotProgressEvent
(
{
required
int
done
,
required
int
total
,
bool
?
finished
,
})
Implementation
ReportHeapSnapshotProgressEvent( {required this.done, required this.total, this.finished});
puppeteer package
documentation
protocol/heap_profiler
ReportHeapSnapshotProgressEvent
ReportHeapSnapshotProgressEvent constructor
ReportHeapSnapshotProgressEvent class