OtpChallengeResponse constructor

OtpChallengeResponse({
  1. required String url,
})

Implementation

OtpChallengeResponse({
  required this.url,
});