FFCustomCloudFunctionCall$json top-level constant

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

Implementation

@$core.Deprecated('Use fFCustomCloudFunctionCallDescriptor instead')
const FFCustomCloudFunctionCall$json = {
  '1': 'FFCustomCloudFunctionCall',
  '2': [
    {
      '1': 'custom_cloud_function_identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'customCloudFunctionIdentifier'
    },
    {
      '1': 'parameter_values',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFFunctionCallValues',
      '10': 'parameterValues'
    },
  ],
};