PerfMetricsSummary constructor

PerfMetricsSummary({
  1. AppStartTime? appStartTime,
  2. String? executionId,
  3. GraphicsStats? graphicsStats,
  4. String? historyId,
  5. PerfEnvironment? perfEnvironment,
  6. List<String>? perfMetrics,
  7. String? projectId,
  8. String? stepId,
})

Implementation

PerfMetricsSummary({
  this.appStartTime,
  this.executionId,
  this.graphicsStats,
  this.historyId,
  this.perfEnvironment,
  this.perfMetrics,
  this.projectId,
  this.stepId,
});