BaseEvent constructor

BaseEvent({
  1. num createInstant,
  2. String id,
  3. EventInfo info,
  4. String tenantId,
  5. EventType type,
})

Implementation

BaseEvent({this.createInstant, this.id, this.info, this.tenantId, this.type});