EventUserPresenceUpdated constructor

const EventUserPresenceUpdated(
  1. UserId userId,
  2. Presence presence
)

Implementation

const EventUserPresenceUpdated(super.userId, this.presence);