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