EventUserPresenceUpdated constructor

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

Implementation

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