NodeVisitor typedef

NodeVisitor = void Function(Node node)

Implementation

typedef NodeVisitor = void Function(Node node);