AuthenticationResponse constructor
AuthenticationResponse({})
Returns a new AuthenticationResponse instance.
Implementation
AuthenticationResponse({
this.healthcarePartyId,
this.reason,
required this.successful,
this.username,
});