AuthorizationSessionRegisterDto constructor

AuthorizationSessionRegisterDto({
  1. String? email,
  2. String? password,
})

Implementation

AuthorizationSessionRegisterDto({
  this.email,
  this.password,
});