TokenAccount constructor

const TokenAccount({
  1. AccountCreateOptionsBusinessType? businessType,
  2. TokenCompany? company,
  3. AccountIndividual? individual,
  4. 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,
});