TokenInfo constructor
Implementation
const TokenInfo({
required this.decimals,
required this.maxSupply,
required this.symbol,
required this.name,
required this.contractAddress,
});
const TokenInfo({
required this.decimals,
required this.maxSupply,
required this.symbol,
required this.name,
required this.contractAddress,
});