PerfMetricsSummary constructor
PerfMetricsSummary({
- AppStartTime? appStartTime,
- String? executionId,
- GraphicsStats? graphicsStats,
- String? historyId,
- PerfEnvironment? perfEnvironment,
- List<
String> ? perfMetrics, - String? projectId,
- String? stepId,
Implementation
PerfMetricsSummary({
this.appStartTime,
this.executionId,
this.graphicsStats,
this.historyId,
this.perfEnvironment,
this.perfMetrics,
this.projectId,
this.stepId,
});