TokenInfo constructor
TokenInfo({})
Implementation
TokenInfo({
required this.chainId,
required this.address,
required this.name,
required this.decimals,
required this.symbol,
this.logoURI,
this.tags = const <String>[],
this.extensions,
});