UserPresenceUpdatedEvent constructor

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

Implementation

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