PersonRelationship constructor
const
PersonRelationship({})
PersonRelationship
Implementation
const PersonRelationship({
this.director,
this.executive,
this.legalGuardian,
this.owner,
this.percentOwnership,
this.representative,
this.title,
});