TokenRelationship constructor
const
TokenRelationship({})
relationship_specs
The relationship that this person has with the account's legal entity.
Implementation
const TokenRelationship({
this.director,
this.executive,
this.legalGuardian,
this.owner,
this.percentOwnership,
this.representative,
this.title,
});