from static method

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

Implementation

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