FFNavigateAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFNavigateActionDescriptor instead')
const FFNavigateAction$json = {
  '1': 'FFNavigateAction',
  '2': [
    {
      '1': 'legacy_page_name',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyPageName',
    },
    {
      '1': 'legacy_page_node_key',
      '3': 10,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyPageNodeKey',
    },
    {
      '1': 'page_node_key_ref',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNodeKeyReference',
      '10': 'pageNodeKeyRef'
    },
    {'1': 'allow_back', '3': 2, '4': 1, '5': 8, '10': 'allowBack'},
    {
      '1': 'passed_parameters',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPassedParameters',
      '10': 'passedParameters'
    },
    {'1': 'is_navigate_back', '3': 4, '4': 1, '5': 8, '10': 'isNavigateBack'},
    {
      '1': 'navigate_to_root_page_on_failure',
      '3': 9,
      '4': 1,
      '5': 8,
      '10': 'navigateToRootPageOnFailure'
    },
    {'1': 'close_dialog', '3': 7, '4': 1, '5': 8, '10': 'closeDialog'},
    {
      '1': 'transition',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNavigateTransition',
      '10': 'transition'
    },
    {'1': 'ignore_redirects', '3': 6, '4': 1, '5': 8, '10': 'ignoreRedirects'},
    {'1': 'replace_route', '3': 8, '4': 1, '5': 8, '10': 'replaceRoute'},
  ],
};