Decl_FunctionDecl_Overload$json top-level constant

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

Implementation

@$core.Deprecated('Use declDescriptor instead')
const Decl_FunctionDecl_Overload$json = {
  '1': 'Overload',
  '2': [
    {'1': 'overload_id', '3': 1, '4': 1, '5': 9, '10': 'overloadId'},
    {
      '1': 'params',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.google.api.expr.v1alpha1.Type',
      '10': 'params'
    },
    {'1': 'type_params', '3': 3, '4': 3, '5': 9, '10': 'typeParams'},
    {
      '1': 'result_type',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.api.expr.v1alpha1.Type',
      '10': 'resultType'
    },
    {
      '1': 'is_instance_function',
      '3': 5,
      '4': 1,
      '5': 8,
      '10': 'isInstanceFunction'
    },
    {'1': 'doc', '3': 6, '4': 1, '5': 9, '10': 'doc'},
  ],
};