EntryUpdate$json top-level constant

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

Implementation

@$core.Deprecated('Use entryUpdateDescriptor instead')
const EntryUpdate$json = const {
  '1': 'EntryUpdate',
  '2': const [
    const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
    const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
    const {'1': 'operation', '3': 3, '4': 1, '5': 14, '6': '.spine.web.firebase.subscription.EntryUpdate.Operation', '10': 'operation'},
  ],
  '4': const [EntryUpdate_Operation$json],
};