toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (avgPreviousExecutionMs != null)
    'avgPreviousExecutionMs': avgPreviousExecutionMs!,
  if (stagePerformanceChangeInsights != null)
    'stagePerformanceChangeInsights': stagePerformanceChangeInsights!,
  if (stagePerformanceStandaloneInsights != null)
    'stagePerformanceStandaloneInsights': stagePerformanceStandaloneInsights!,
};