Check if a node ID represents a walkthrough.
static bool isWalkthroughNodeId(String nodeId) => _walkthrough.matches(nodeId);