ElementVisitor typedef

ElementVisitor = void Function(Node child)

Implementation

typedef ElementVisitor = void Function(Node child);