EventUserPresenceUpdated constructor
- UserId userId,
- UserPresence presence,
- PreciseDateTime at
Implementation
const EventUserPresenceUpdated(super.userId, this.presence, this.at);
const EventUserPresenceUpdated(super.userId, this.presence, this.at);