PersonNameComponents constructor
PersonNameComponents({})
Implementation
PersonNameComponents({
this.namePrefix,
this.givenName,
this.middleName,
this.familyName,
this.nameSuffix,
this.nickname,
});
PersonNameComponents({
this.namePrefix,
this.givenName,
this.middleName,
this.familyName,
this.nameSuffix,
this.nickname,
});