from static method

ServerLeaveEvent from(
  1. String channel,
  2. ClientInfo info
)

Implementation

static ServerLeaveEvent from(String channel, proto.ClientInfo info) =>
    ServerLeaveEvent(channel, info.client, info.user, info.connInfo, info.chanInfo);