visitSwitch method

T? visitSwitch(
  1. SwitchStatement node
)
override

Implementation

T? visitSwitch(SwitchStatement node) => defaultNode(node);