ChangedObject_IdOperation$json top-level constant

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

Implementation

@$core.Deprecated('Use changedObjectDescriptor instead')
const ChangedObject_IdOperation$json = {
  '1': 'IdOperation',
  '2': [
    {'1': 'ID_OPERATION_UNKNOWN', '2': 0},
    {'1': 'NONE', '2': 1},
    {'1': 'CREATED', '2': 2},
    {'1': 'DELETED', '2': 3},
  ],
};