SkipEvent<E> constructor

const SkipEvent<E>(
  1. E node
)

Creates a SkipEvent for Tracer.onSkip.

Implementation

const SkipEvent(this.node);