FFPageRouteSettings$json top-level constant

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

Implementation

@$core.Deprecated('Use fFPageRouteSettingsDescriptor instead')
const FFPageRouteSettings$json = {
  '1': 'FFPageRouteSettings',
  '2': [
    {'1': 'route_path', '3': 1, '4': 1, '5': 9, '10': 'routePath'},
    {
      '1': 'page_transition',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNavigateTransition',
      '8': {'3': true},
      '10': 'pageTransition',
    },
    {
      '1': 'only_authenticated',
      '3': 3,
      '4': 1,
      '5': 8,
      '10': 'onlyAuthenticated'
    },
    {
      '1': 'ignore_inactive_root_page_on_load_actions',
      '3': 4,
      '4': 1,
      '5': 8,
      '10': 'ignoreInactiveRootPageOnLoadActions'
    },
  ],
};