LedgerEntry$json top-level constant

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

Implementation

@$core.Deprecated('Use ledgerEntryDescriptor instead')
const LedgerEntry$json = {
  '1': 'LedgerEntry',
  '2': [
    {
      '1': 'Event',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.BillingEvent',
      '10': 'Event'
    },
    {
      '1': 'CounterEvent',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.BillingEvent',
      '10': 'CounterEvent'
    },
  ],
};