addNode abstract method

LocalNode? addNode(
  1. String path,
  2. Map m
)

Adds a node at the given path that is initialized with the given data in m.

Implementation

LocalNode? addNode(String path, Map m);