toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (edges != null) 'edges': edges!,
if (incomingEdges != null) 'incomingEdges': incomingEdges!,
if (outgoingEdges != null) 'outgoingEdges': outgoingEdges!,
if (rootCluster != null) 'rootCluster': rootCluster!,
if (stageId != null) 'stageId': stageId!,
};