AuthSentCodePaymentRequired constructor
const
AuthSentCodePaymentRequired({})
Auth Sent Code Payment Required constructor.
Implementation
const AuthSentCodePaymentRequired({
required this.storeProduct,
required this.phoneCodeHash,
required this.supportEmailAddress,
required this.supportEmailSubject,
required this.premiumDays,
required this.currency,
required this.amount,
}) : super._();