PersonName constructor
const
PersonName({})
Create a new PersonName instance.
Implementation
const PersonName({
this.first,
this.middle,
this.last,
this.prefix,
this.suffix,
this.formattedName,
this.pronunciation,
});