TokenInfo constructor
TokenInfo({})
Returns a new TokenInfo instance.
Implementation
TokenInfo({
required this.account,
this.balance,
this.closeAuthority,
required this.decimals,
required this.mint,
this.owner,
});