PhoneSendVerificationResponseInboundChallenge constructor

const PhoneSendVerificationResponseInboundChallenge({
  1. required PhoneSendVerificationInboundChallengeResponseChannelChannel channel,
  2. required String challengeCode,
  3. required String ourNumber,
  4. required DateTime expiresAt,
  5. required PhoneSendVerificationInboundChallengeResponseReasonReason reason,
})

Implementation

const PhoneSendVerificationResponseInboundChallenge({
  required this.channel,
  required this.challengeCode,
  required this.ourNumber,
  required this.expiresAt,
  required this.reason,
});