FFPlatformSettings$json top-level constant

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

Implementation

@$core.Deprecated('Use fFPlatformSettingsDescriptor instead')
const FFPlatformSettings$json = {
  '1': 'FFPlatformSettings',
  '2': [
    {
      '1': 'edit_metadata',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFEditMetadata',
      '8': {},
      '10': 'editMetadata'
    },
    {'1': 'enable_macos', '3': 1, '4': 1, '5': 8, '10': 'enableMacos'},
    {'1': 'enable_windows', '3': 2, '4': 1, '5': 8, '10': 'enableWindows'},
    {'1': 'enable_linux', '3': 3, '4': 1, '5': 8, '10': 'enableLinux'},
    {'1': 'enable_web', '3': 5, '4': 1, '5': 8, '10': 'enableWeb'},
    {'1': 'web_only', '3': 6, '4': 1, '5': 8, '10': 'webOnly'},
    {'1': 'disable_ipad', '3': 7, '4': 1, '5': 8, '10': 'disableIpad'},
  ],
};