ProgramRenderSnapshotSummary constructor
const
ProgramRenderSnapshotSummary({
- required int sequence,
- required int renderGeneration,
- required DegradationLevel degradationLevel,
- required Duration renderDuration,
- required int? width,
- required int? height,
- required List<
String> frameLines, - required ProgramRenderChangeSummary changeSummary,
Creates a snapshot summary.
Implementation
const ProgramRenderSnapshotSummary({
required this.sequence,
required this.renderGeneration,
required this.degradationLevel,
required this.renderDuration,
required this.width,
required this.height,
required this.frameLines,
required this.changeSummary,
});