VisitEvent<E> constructor

const VisitEvent<E>(
  1. E node
)

Creates a VisitEvent for Tracer.onVisit.

Implementation

const VisitEvent(this.node);