DocumentTransform$json top-level constant

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

Implementation

@$core.Deprecated('Use documentTransformDescriptor instead')
const DocumentTransform$json = {
  '1': 'DocumentTransform',
  '2': [
    {'1': 'document', '3': 1, '4': 1, '5': 9, '10': 'document'},
    {
      '1': 'field_transforms',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.firestore.v1.DocumentTransform.FieldTransform',
      '10': 'fieldTransforms'
    },
  ],
  '3': [DocumentTransform_FieldTransform$json],
};