ProgramRenderCaptureReport constructor
const
ProgramRenderCaptureReport({})
Creates a capture report.
Implementation
const ProgramRenderCaptureReport({
required this.prefix,
required this.metricEntries,
required this.lastRenderGeneration,
required this.lastWidth,
required this.lastHeight,
required this.frameLines,
this.lastChangeSummary,
});