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