TokenBalance constructor
TokenBalance({})
Implementation
TokenBalance({
this.name,
this.symbol,
this.chainId,
this.address,
this.value,
this.price,
this.quantity,
this.iconUrl,
});
TokenBalance({
this.name,
this.symbol,
this.chainId,
this.address,
this.value,
this.price,
this.quantity,
this.iconUrl,
});