CloneRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use cloneRequestDescriptor instead')
const CloneRequest$json = {
  '1': 'CloneRequest',
  '2': [
    {'1': 'source_id', '3': 1, '4': 1, '5': 4, '8': {}, '10': 'sourceId'},
    {'1': 'target_id', '3': 2, '4': 1, '5': 4, '8': {}, '10': 'targetId'},
    {'1': 'delete_existing', '3': 3, '4': 1, '5': 8, '10': 'deleteExisting'},
    {'1': 'user_comment', '3': 4, '4': 1, '5': 9, '10': 'userComment'},
  ],
};