TokenAccount constructor
const
TokenAccount({
- AccountCreateOptionsBusinessType? businessType,
- TokenCompany? company,
- AccountIndividual? individual,
- bool? tosShownAndAccepted,
connect_js_account_token_specs
Information for the account this token represents.
Implementation
const TokenAccount({
this.businessType,
this.company,
this.individual,
this.tosShownAndAccepted,
});