FFParallelActions$json top-level constant

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

Implementation

@$core.Deprecated('Use fFParallelActionsDescriptor instead')
const FFParallelActions$json = {
  '1': 'FFParallelActions',
  '2': [
    {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
    {
      '1': 'parallel_action_name',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'parallelActionName'
    },
    {
      '1': 'actions',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFActionNode',
      '10': 'actions'
    },
  ],
};