EventUserCallCoverUpdated constructor

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

Implementation

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