AccountChangePhone constructor

const AccountChangePhone({
  1. required String phoneNumber,
  2. required String phoneCodeHash,
  3. required String phoneCode,
})

Account Change Phone constructor.

Implementation

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