EdgeSidecarToChildrenEdge.fromJson constructor
from json
Implementation
factory EdgeSidecarToChildrenEdge.fromJson(Map<String, dynamic> json) =>
EdgeSidecarToChildrenEdge(
node:
json["node"] == null ? null : TentacledNode.fromJson(json["node"]),
);