EventUserEmailRemoved constructor

const EventUserEmailRemoved(
  1. UserId userId,
  2. UserEmail email
)

Implementation

const EventUserEmailRemoved(super.userId, this.email);