FFScreenshotInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use fFScreenshotInfoDescriptor instead')
const FFScreenshotInfo$json = {
  '1': 'FFScreenshotInfo',
  '2': [
    {
      '1': 'play_store_enabled',
      '3': 1,
      '4': 1,
      '5': 8,
      '10': 'playStoreEnabled'
    },
    {'1': 'app_store_enabled', '3': 2, '4': 1, '5': 8, '10': 'appStoreEnabled'},
    {'1': 'generate_all', '3': 3, '4': 1, '5': 8, '10': 'generateAll'},
    {
      '1': 'screenshot_values',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFScreenshotInfo.ScreenshotValuesEntry',
      '10': 'screenshotValues'
    },
    {
      '1': 'dynamic_children_count',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFScreenshotInfo.DynamicChildrenCountEntry',
      '10': 'dynamicChildrenCount'
    },
    {
      '1': 'selected_pages',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFScreenshotInfo.SelectedPagesEntry',
      '10': 'selectedPages'
    },
  ],
  '3': [
    FFScreenshotInfo_ScreenshotValuesEntry$json,
    FFScreenshotInfo_DynamicChildrenCountEntry$json,
    FFScreenshotInfo_SelectedPagesEntry$json
  ],
};