InternalLinkTypeChangePhoneNumber constructor

const InternalLinkTypeChangePhoneNumber({
  1. dynamic extra,
  2. int? clientId,
})

The link is a link to the change phone number section of the app

Implementation

const InternalLinkTypeChangePhoneNumber({
  this.extra,
  this.clientId,
});