FFSwipeableStackAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFSwipeableStackActionDescriptor instead')
const FFSwipeableStackAction$json = {
  '1': 'FFSwipeableStackAction',
  '2': [
    {
      '1': 'swipe_type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFSwipeableStackAction.SwipeActionType',
      '10': 'swipeType'
    },
    {
      '1': 'legacy_swipeable_stack_key',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacySwipeableStackKey',
    },
    {
      '1': 'swipeable_stack_node_key_ref',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNodeKeyReference',
      '10': 'swipeableStackNodeKeyRef'
    },
  ],
  '4': [FFSwipeableStackAction_SwipeActionType$json],
};