toJson method

Map<String, dynamic> toJson()

Implementation

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