Token constructor
Token({})
Implementation
Token({
this.USD,
this.decimals,
this.ethereumAddress,
this.ethereumBlockNum,
this.fiatUpdate,
this.id,
this.itemId,
this.name,
this.symbol,
});
Token({
this.USD,
this.decimals,
this.ethereumAddress,
this.ethereumBlockNum,
this.fiatUpdate,
this.id,
this.itemId,
this.name,
this.symbol,
});