EventUserStatusUpdated constructor

const EventUserStatusUpdated(
  1. UserId userId,
  2. UserTextStatus status
)

Implementation

const EventUserStatusUpdated(super.userId, this.status);