FFRoutingSettings$json top-level constant

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

Implementation

@$core.Deprecated('Use fFRoutingSettingsDescriptor instead')
const FFRoutingSettings$json = {
  '1': 'FFRoutingSettings',
  '2': [
    {
      '1': 'edit_metadata',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFEditMetadata',
      '8': {},
      '10': 'editMetadata'
    },
    {'1': 'enable_routing', '3': 4, '4': 1, '5': 8, '10': 'enableRouting'},
    {
      '1': 'show_enable_routing',
      '3': 10,
      '4': 1,
      '5': 8,
      '10': 'showEnableRouting'
    },
    {'1': 'app_scheme', '3': 5, '4': 1, '5': 9, '10': 'appScheme'},
    {'1': 'app_host', '3': 6, '4': 1, '5': 9, '10': 'appHost'},
    {
      '1': 'enable_firebase_dynamic_links',
      '3': 7,
      '4': 1,
      '5': 8,
      '10': 'enableFirebaseDynamicLinks'
    },
    {
      '1': 'default_page_requires_auth',
      '3': 8,
      '4': 1,
      '5': 8,
      '10': 'defaultPageRequiresAuth'
    },
    {
      '1': 'pages_are_subroutes_of_root',
      '3': 9,
      '4': 1,
      '5': 8,
      '10': 'pagesAreSubroutesOfRoot'
    },
    {
      '1': 'override_default_transition',
      '3': 1,
      '4': 1,
      '5': 8,
      '10': 'overrideDefaultTransition'
    },
    {
      '1': 'transition',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNavigateTransition',
      '10': 'transition'
    },
  ],
};