FFApiCall$json top-level constant

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

Implementation

@$core.Deprecated('Use fFApiCallDescriptor instead')
const FFApiCall$json = {
  '1': 'FFApiCall',
  '2': [
    {
      '1': 'endpoint_identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'endpointIdentifier'
    },
    {
      '1': 'variables',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFApiCallValue',
      '10': 'variables'
    },
    {'1': 'paginated', '3': 3, '4': 1, '5': 8, '10': 'paginated'},
    {
      '1': 'streamed_response_processor_value',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFStreamedResponseProcessorValue',
      '10': 'streamedResponseProcessorValue'
    },
  ],
};