toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (appStartTime != null) 'appStartTime': appStartTime!,
      if (executionId != null) 'executionId': executionId!,
      if (graphicsStats != null) 'graphicsStats': graphicsStats!,
      if (historyId != null) 'historyId': historyId!,
      if (perfEnvironment != null) 'perfEnvironment': perfEnvironment!,
      if (perfMetrics != null) 'perfMetrics': perfMetrics!,
      if (projectId != null) 'projectId': projectId!,
      if (stepId != null) 'stepId': stepId!,
    };