fromJson abstract method

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

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