visitWith method

dynamic visitWith(
  1. WithStatement node
)
inherited

Implementation

T? visitWith(WithStatement node) => defaultNode(node);