CurrencyAmount$json top-level constant

  1. @Deprecated('Use currencyAmountDescriptor instead')
Map<String, Object> const CurrencyAmount$json

Implementation

@$core.Deprecated('Use currencyAmountDescriptor instead')
const CurrencyAmount$json = const {
  '1': 'CurrencyAmount',
  '2': const [
    const {'1': 'currency', '3': 1, '4': 1, '5': 9, '10': 'currency'},
    const {'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'},
    const {'1': 'issuer', '3': 3, '4': 1, '5': 9, '10': 'issuer'},
  ],
};