visitBlock method

dynamic visitBlock(
  1. BlockStatement node
)
inherited

Implementation

T? visitBlock(BlockStatement node) => defaultNode(node);