PhoneSendVerificationResponseInboundChallenge constructor
const
PhoneSendVerificationResponseInboundChallenge({
- required PhoneSendVerificationInboundChallengeResponseChannelChannel channel,
- required String challengeCode,
- required String ourNumber,
- required DateTime expiresAt,
- required PhoneSendVerificationInboundChallengeResponseReasonReason reason,
Implementation
const PhoneSendVerificationResponseInboundChallenge({
required this.channel,
required this.challengeCode,
required this.ourNumber,
required this.expiresAt,
required this.reason,
});