FFPageViewAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFPageViewActionDescriptor instead')
const FFPageViewAction$json = {
  '1': 'FFPageViewAction',
  '2': [
    {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFPageViewAction.ActionType',
      '10': 'type'
    },
    {
      '1': 'legacy_page_view_key',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyPageViewKey',
    },
    {
      '1': 'page_view_node_key_ref',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNodeKeyReference',
      '10': 'pageViewNodeKeyRef'
    },
    {
      '1': 'jump_to_index',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'jumpToIndex'
    },
  ],
  '4': [FFPageViewAction_ActionType$json],
};