fromJson abstract method
Creates an edge instance from JSON data.
The json map should contain the edge data as returned by Edge.toJson.
Implementation
T fromJson(Map<String, dynamic> json);
Creates an edge instance from JSON data.
The json map should contain the edge data as returned by Edge.toJson.
T fromJson(Map<String, dynamic> json);