append method

NodeKey append(
  1. String appendKey
)

Implementation

NodeKey append(String appendKey) => NodeKey([...path, appendKey]);