UserPresenceUpdatedEvent constructor

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

Implementation

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