EventUserPresenceUpdated constructor

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

Implementation

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