Node constructor

Node(
  1. Map<String, dynamic> _map
)

Implementation

Node(this._map);