ConcreteEvent<E> constructor
ConcreteEvent<E> ({})
Implementation
ConcreteEvent(
{required this.data,
required this.originId,
required this.propagateDown,
required this.propagateUp,
required this.span});