InternalLinkTypePhoneNumberConfirmation constructor
      const
      InternalLinkTypePhoneNumberConfirmation({})
     
    
The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberConfirmationCode with the given hash and phone number to process the link
Implementation
const InternalLinkTypePhoneNumberConfirmation({
  required this.hash,
  required this.phoneNumber,
  this.extra,
  this.clientId,
});