FFCustomCodeCallAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFCustomCodeCallActionDescriptor instead')
const FFCustomCodeCallAction$json = {
  '1': 'FFCustomCodeCallAction',
  '2': [
    {
      '1': 'identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'identifier'
    },
    {'1': 'code', '3': 2, '4': 1, '5': 9, '10': 'code'},
    {'1': 'description', '3': 3, '4': 1, '5': 9, '10': 'description'},
    {'1': 'set_state_after', '3': 4, '4': 1, '5': 8, '10': 'setStateAfter'},
  ],
};