GetOobConfirmationCodeResponse constructor

GetOobConfirmationCodeResponse({
  1. String? email,
  2. String? kind,
  3. String? oobCode,
})

Implementation

GetOobConfirmationCodeResponse({
  this.email,
  this.kind,
  this.oobCode,
});