EventUserPhoneRemoved constructor

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

Implementation

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