from static method

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

Implementation

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