EventUserPhoneAdded constructor

const EventUserPhoneAdded(
  1. UserId userId,
  2. UserPhone phone,
  3. bool confirmed
)

Implementation

const EventUserPhoneAdded(super.userId, this.phone, this.confirmed);