aggregatedBlocks property

List<AggregatedTimedBlock> aggregatedBlocks
latefinal

Aggregated timed blocks collected between the last reset and FlutterTimeline.debugCollect.

Does not guarantee that all code blocks will be reported. Only those that executed since the last reset are listed here. Use getAggregated for graceful handling of missing code blocks.

Implementation

late final List<AggregatedTimedBlock> aggregatedBlocks = _computeAggregatedBlocks();