FFActionReturnValue$json top-level constant

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

Implementation

@$core.Deprecated('Use fFActionReturnValueDescriptor instead')
const FFActionReturnValue$json = {
  '1': 'FFActionReturnValue',
  '2': [
    {'1': 'has_return_value', '3': 1, '4': 1, '5': 8, '10': 'hasReturnValue'},
    {
      '1': 'value',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'value'
    },
  ],
};