OperationsEventsVersioned constructor

const OperationsEventsVersioned(
  1. List<OperationEvent> events,
  2. OperationVersion ver,
  3. OperationVersion listVer
)

Implementation

const OperationsEventsVersioned(this.events, this.ver, this.listVer);