Safe calls and elvis operator: `nodes[flowName]?.g...
# getting-started
k
Safe calls and elvis operator:
nodes[flowName]?.get(nodeId) ?: throw ...