EventBusHistoryEntry constructor

const EventBusHistoryEntry(
  1. AppEvent event,
  2. DateTime timestamp
)

The history entry

Implementation

const EventBusHistoryEntry(this.event, this.timestamp);