Expr_Call$json top-level constant

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

Implementation

@$core.Deprecated('Use exprDescriptor instead')
const Expr_Call$json = {
  '1': 'Call',
  '2': [
    {
      '1': 'target',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.api.expr.v1alpha1.Expr',
      '10': 'target'
    },
    {'1': 'function', '3': 2, '4': 1, '5': 9, '10': 'function'},
    {
      '1': 'args',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.google.api.expr.v1alpha1.Expr',
      '10': 'args'
    },
  ],
};