DocumentChange$json top-level constant

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

Implementation

@$core.Deprecated('Use documentChangeDescriptor instead')
const DocumentChange$json = const {
  '1': 'DocumentChange',
  '2': const [
    const {'1': 'document', '3': 1, '4': 1, '5': 11, '6': '.google.firestore.v1beta1.Document', '10': 'document'},
    const {'1': 'target_ids', '3': 5, '4': 3, '5': 5, '10': 'targetIds'},
    const {'1': 'removed_target_ids', '3': 6, '4': 3, '5': 5, '10': 'removedTargetIds'},
  ],
};