EventUserPhoneDeleted constructor

const EventUserPhoneDeleted(
  1. UserId userId,
  2. UserPhone phone
)

Implementation

const EventUserPhoneDeleted(super.userId, this.phone);