toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final edges = this.edges;
  final executionId = this.executionId;
  final nodes = this.nodes;
  return {'edges': ?edges, 'executionId': ?executionId, 'nodes': ?nodes};
}