PersonsRelationship constructor
      const
      PersonsRelationship({})
     
    
all_people_relationship_specs
Implementation
const PersonsRelationship({
  this.director,
  this.executive,
  this.legalGuardian,
  this.owner,
  this.representative,
});