toJson method
Encodes this CockpitTestEvidenceIndexEntry as a JSON object.
Implementation
Map<String, Object?> toJson() => <String, Object?>{
'stepResultIndex': stepResultIndex,
'stepExecutionId': stepExecutionId,
'artifactIds': artifactIds,
};