PatientRegistrationSuccessDto constructor
PatientRegistrationSuccessDto({})
Returns a new PatientRegistrationSuccessDto instance.
Implementation
PatientRegistrationSuccessDto({
required this.userLogin,
required this.userId,
required this.token,
});