node method

NodeInput node(
  1. String id
)

Implementation

NodeInput node(String id) {
  return this.nodesMap[id]!;
}