toJson method
Implementation
Map<String, dynamic> toJson() => {
'USD': USD,
'decimals': decimals,
'ethereumAddress': ethereumAddress,
'ethereumBlockNum': ethereumBlockNum,
'fiatUpdate': fiatUpdate,
'id': id,
'itemId': itemId,
'name': name,
'symbol': symbol,
};