toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (completionTime != null) 'completionTime': completionTime!,
      if (creationTime != null) 'creationTime': creationTime!,
      if (dimensionValue != null) 'dimensionValue': dimensionValue!,
      if (displayName != null) 'displayName': displayName!,
      if (environmentId != null) 'environmentId': environmentId!,
      if (environmentResult != null) 'environmentResult': environmentResult!,
      if (executionId != null) 'executionId': executionId!,
      if (historyId != null) 'historyId': historyId!,
      if (projectId != null) 'projectId': projectId!,
      if (resultsStorage != null) 'resultsStorage': resultsStorage!,
      if (shardSummaries != null) 'shardSummaries': shardSummaries!,
    };