Token constructor
const
Token({})
Implementation
const Token(
{required this.name,
required this.address,
required this.iconUrl,
required this.symbol,
required this.balance,
required this.decimals});