ServerLeaveEvent constructor

ServerLeaveEvent(
  1. String channel,
  2. String client,
  3. String user,
  4. List<int>? connInfo,
  5. List<int>? chanInfo,
)

Implementation

ServerLeaveEvent(this.channel, this.client, this.user, this.connInfo, this.chanInfo);