FFApiEndpointSettings$json top-level constant

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

Implementation

@$core.Deprecated('Use fFApiEndpointSettingsDescriptor instead')
const FFApiEndpointSettings$json = {
  '1': 'FFApiEndpointSettings',
  '2': [
    {'1': 'no_proxy_for_test', '3': 1, '4': 1, '5': 8, '10': 'noProxyForTest'},
    {'1': 'no_proxy_for_web', '3': 2, '4': 1, '5': 8, '10': 'noProxyForWeb'},
    {'1': 'proxy_prefix_url', '3': 3, '4': 1, '5': 9, '10': 'proxyPrefixUrl'},
    {'1': 'is_private_api', '3': 4, '4': 1, '5': 8, '10': 'isPrivateApi'},
    {
      '1': 'require_authentication',
      '3': 5,
      '4': 1,
      '5': 8,
      '10': 'requireAuthentication'
    },
    {'1': 'cached', '3': 6, '4': 1, '5': 8, '10': 'cached'},
    {'1': 'decode_utf8', '3': 7, '4': 1, '5': 8, '10': 'decodeUtf8'},
    {'1': 'encode_body_utf8', '3': 8, '4': 1, '5': 8, '10': 'encodeBodyUtf8'},
    {
      '1': 'ssl_pinning_config',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.SslPinningConfig',
      '10': 'sslPinningConfig'
    },
    {
      '1': 'always_allow_body',
      '3': 10,
      '4': 1,
      '5': 8,
      '10': 'alwaysAllowBody'
    },
    {
      '1': 'interceptors',
      '3': 11,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFApiEndpointSettings.Interceptor',
      '10': 'interceptors'
    },
    {'1': 'is_streaming_api', '3': 12, '4': 1, '5': 8, '10': 'isStreamingApi'},
    {
      '1': 'escape_variables_in_request_body',
      '3': 13,
      '4': 1,
      '5': 8,
      '10': 'escapeVariablesInRequestBody'
    },
    {'1': 'with_credentials', '3': 14, '4': 1, '5': 8, '10': 'withCredentials'},
  ],
  '3': [FFApiEndpointSettings_Interceptor$json],
};