AccountConfirmPhone constructor

const AccountConfirmPhone({
  1. required String phoneCodeHash,
  2. required String phoneCode,
})

Account Confirm Phone constructor.

Implementation

const AccountConfirmPhone({
  required this.phoneCodeHash,
  required this.phoneCode,
}) : super._();