InternalLinkTypePhoneNumberConfirmation constructor

InternalLinkTypePhoneNumberConfirmation({
  1. required String hash,
  2. required String phoneNumber,
})

Implementation

InternalLinkTypePhoneNumberConfirmation({
  required this.hash,
  required this.phoneNumber,
});