Amount$json top-level constant

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

Implementation

@$core.Deprecated('Use amountDescriptor instead')
const Amount$json = const {
  '1': 'Amount',
  '2': const [
    const {'1': 'value', '3': 1, '4': 1, '5': 4, '10': 'value'},
  ],
};