NodeKey constructor

NodeKey([
  1. List<String>? path
])

Implementation

NodeKey([List<String>? path])
    : path = List.from(path ?? [''], growable: false);