WrappedEvent<T> constructor

const WrappedEvent<T>(
  1. int index,
  2. Event<T> event
)

Implementation

const WrappedEvent(super.index, this.event);