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