isWalkthroughNodeId static method

bool isWalkthroughNodeId(
  1. String nodeId
)

Check if a node ID represents a walkthrough.

Implementation

static bool isWalkthroughNodeId(String nodeId) =>
    _walkthrough.matches(nodeId);