SparkPlanGraphEdge.fromJson constructor
SparkPlanGraphEdge.fromJson(
- Map json_
Implementation
SparkPlanGraphEdge.fromJson(core.Map json_)
: this(
fromId: json_['fromId'] as core.String?,
toId: json_['toId'] as core.String?,
);