EventPurchase$json top-level constant

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

Implementation

@$core.Deprecated('Use eventPurchaseDescriptor instead')
const EventPurchase$json = const {
  '1': 'EventPurchase',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'price', '3': 2, '4': 1, '5': 5, '10': 'price'},
    const {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'quantity', '3': 4, '4': 1, '5': 5, '10': 'quantity'},
    const {'1': 'limit', '3': 5, '4': 1, '5': 5, '10': 'limit'},
  ],
};