NodeKey constructor

NodeKey(
  1. String path
)

Implementation

NodeKey(String path) : path = path {
  _validate(path);
}