AccountRelationship constructor
const
AccountRelationship({})
individual_relationship_specs
Describes the person’s relationship to the account.
Implementation
const AccountRelationship({
this.director,
this.executive,
this.owner,
this.percentOwnership,
this.title,
});