UserCallCoverUpdatedEvent constructor
- UserId userId,
- UserCallCover callCover,
- PreciseDateTime at
Implementation
const UserCallCoverUpdatedEvent(super.userId, this.callCover, this.at);
const UserCallCoverUpdatedEvent(super.userId, this.callCover, this.at);