FFProjectWalkthroughStep$json top-level constant

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

Implementation

@$core.Deprecated('Use fFProjectWalkthroughStepDescriptor instead')
const FFProjectWalkthroughStep$json = {
  '1': 'FFProjectWalkthroughStep',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    {'1': 'description', '3': 2, '4': 1, '5': 9, '10': 'description'},
    {'1': 'disabled', '3': 3, '4': 1, '5': 8, '10': 'disabled'},
    {
      '1': 'target',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFProjectWalkthroughTarget',
      '10': 'target'
    },
    {
      '1': 'component_key_ref',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNodeKeyReference',
      '10': 'componentKeyRef'
    },
    {
      '1': 'content_alignment',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFProjectWalkthroughStep.ContentAlignment',
      '10': 'contentAlignment'
    },
    {
      '1': 'focus_shape',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFProjectWalkthroughStep.FocusShape',
      '10': 'focusShape'
    },
    {
      '1': 'overlay_color',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'overlayColor'
    },
    {
      '1': 'skip_alignment',
      '3': 9,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFProjectWalkthroughStep.SkipAlignment',
      '10': 'skipAlignment'
    },
    {
      '1': 'passed_parameters',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPassedParameters',
      '10': 'passedParameters'
    },
  ],
  '4': [
    FFProjectWalkthroughStep_ContentAlignment$json,
    FFProjectWalkthroughStep_FocusShape$json,
    FFProjectWalkthroughStep_SkipAlignment$json
  ],
};