PhoneConfirmation constructor

PhoneConfirmation({
  1. required String key,
  2. required String phoneNumberSendTo,
})

Returns a new PhoneConfirmation instance.

Implementation

PhoneConfirmation({
  required this.key,
  required this.phoneNumberSendTo,
});