LogEntryOperation$json top-level constant

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

Implementation

@$core.Deprecated('Use logEntryOperationDescriptor instead')
const LogEntryOperation$json = const {
  '1': 'LogEntryOperation',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'id'},
    const {
      '1': 'producer',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'producer'
    },
    const {'1': 'first', '3': 3, '4': 1, '5': 8, '8': const {}, '10': 'first'},
    const {'1': 'last', '3': 4, '4': 1, '5': 8, '8': const {}, '10': 'last'},
  ],
};