IdentDecl$json top-level constant

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

Implementation

@$core.Deprecated('Use identDeclDescriptor instead')
const IdentDecl$json = {
  '1': 'IdentDecl',
  '2': [
    {
      '1': 'type',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.api.expr.v1beta1.DeclType',
      '10': 'type'
    },
    {
      '1': 'value',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.api.expr.v1beta1.Expr',
      '10': 'value'
    },
  ],
};