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