Event constructor

const Event(
  1. Events event, {
  2. String? customId,
})

Implementation

const Event(this.event, { this.customId });