GetRegistrationCodeResponse constructor

GetRegistrationCodeResponse({
  1. String? registrationCode,
})

Implementation

GetRegistrationCodeResponse({
  this.registrationCode,
});