UserCallCoverUpdatedEvent constructor

const UserCallCoverUpdatedEvent(
  1. UserId userId,
  2. UserCallCover callCover
)

Implementation

const UserCallCoverUpdatedEvent(super.userId, this.callCover);