FFFunctionCallValues$json top-level constant

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

Implementation

@$core.Deprecated('Use fFFunctionCallValuesDescriptor instead')
const FFFunctionCallValues$json = {
  '1': 'FFFunctionCallValues',
  '2': [
    {
      '1': 'legacy_values',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFFunctionCallValues.LegacyValuesEntry',
      '8': {'3': true},
      '10': 'legacyValues',
    },
    {
      '1': 'arguments',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFFunctionCallValues.ArgumentsEntry',
      '10': 'arguments'
    },
  ],
  '3': [
    FFFunctionCallValues_FFArgument$json,
    FFFunctionCallValues_LegacyValuesEntry$json,
    FFFunctionCallValues_ArgumentsEntry$json
  ],
};