CallEventsVersioned constructor

const CallEventsVersioned(
  1. List<ChatCallEvent> events,
  2. ChatItemVersion ver
)

Implementation

const CallEventsVersioned(this.events, this.ver);