User constructor
User({})
Implementation
User({
this.creditScoreData,
this.dateOfBirth,
required this.email,
required this.familyName,
required this.givenName,
this.label,
this.landline,
this.mobile,
required this.optedInForMarketing,
this.optedInToThirdParties,
this.psr,
this.title,
});