visitFor method

dynamic visitFor(
  1. ForStatement node
)
inherited

Implementation

T? visitFor(ForStatement node) => defaultNode(node);