fromJson abstract method

T fromJson(
  1. Map<String, dynamic> json
)

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);