Name constructor
const
Name({})
Implementation
const Name({
this.first,
this.middle,
this.last,
this.prefix,
this.suffix,
this.phoneticFirst,
this.phoneticMiddle,
this.phoneticLast,
this.previousFamilyName,
this.nickname,
});