PersonName constructor
PersonName({})
Returns a new PersonName instance.
Implementation
PersonName({
this.lastName,
this.firstNames = const [],
this.start,
this.end,
this.prefix = const [],
this.suffix = const [],
this.text,
this.use,
});