FFSupabaseEdgeFunctionCall$json top-level constant

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

Implementation

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