NodePath constructor

NodePath(
  1. List<String> path,
  2. dynamic value
)

Implementation

NodePath(this.path, this.value);