LoginChallengepost constructor

LoginChallengepost({
  1. required String message,
  2. required String loginChallengeId,
})

Implementation

LoginChallengepost({
  required this.message,
  required this.loginChallengeId,
});