FFImage$json top-level constant

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

Implementation

@$core.Deprecated('Use fFImageDescriptor instead')
const FFImage$json = {
  '1': 'FFImage',
  '2': [
    {'1': 'legacy_path', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'legacyPath'},
    {
      '1': 'path_value',
      '3': 20,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFStringValue',
      '10': 'pathValue'
    },
    {
      '1': 'type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFImage.FFImageType',
      '10': 'type'
    },
    {
      '1': 'fit',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFBoxFit',
      '10': 'fit'
    },
    {
      '1': 'dimensions',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDimensions',
      '10': 'dimensions'
    },
    {
      '1': 'border_radius',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBorderRadius',
      '10': 'borderRadius'
    },
    {'1': 'cached', '3': 6, '4': 1, '5': 8, '10': 'cached'},
    {
      '1': 'legacy_hero',
      '3': 7,
      '4': 1,
      '5': 8,
      '8': {'3': true},
      '10': 'legacyHero',
    },
    {
      '1': 'legacy_hero_tag',
      '3': 8,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyHeroTag',
    },
    {'1': 'dark_mode_path', '3': 9, '4': 1, '5': 9, '10': 'darkModePath'},
    {
      '1': 'has_dark_mode_asset',
      '3': 10,
      '4': 1,
      '5': 8,
      '10': 'hasDarkModeAsset'
    },
    {'1': 'use_blur_hash', '3': 11, '4': 1, '5': 8, '10': 'useBlurHash'},
    {
      '1': 'legacy_blur_hash_string',
      '3': 12,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'legacyBlurHashString'
    },
    {
      '1': 'blur_hash_string_value',
      '3': 21,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFStringValue',
      '10': 'blurHashStringValue'
    },
    {
      '1': 'cache_fade_duration',
      '3': 13,
      '4': 1,
      '5': 5,
      '10': 'cacheFadeDuration'
    },
    {
      '1': 'hero',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFHero',
      '10': 'hero'
    },
    {'1': 'show_error_image', '3': 15, '4': 1, '5': 8, '10': 'showErrorImage'},
    {
      '1': 'image_alignment',
      '3': 16,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFAlignment',
      '10': 'imageAlignment'
    },
    {
      '1': 'local_file_variable',
      '3': 17,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '10': 'localFileVariable'
    },
    {
      '1': 'legacy_cache_width',
      '3': 18,
      '4': 1,
      '5': 5,
      '8': {},
      '10': 'legacyCacheWidth'
    },
    {
      '1': 'cache_width_value',
      '3': 22,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIntegerValue',
      '10': 'cacheWidthValue'
    },
    {
      '1': 'legacy_cache_height',
      '3': 19,
      '4': 1,
      '5': 5,
      '8': {},
      '10': 'legacyCacheHeight'
    },
    {
      '1': 'cache_height_value',
      '3': 23,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIntegerValue',
      '10': 'cacheHeightValue'
    },
    {
      '1': 'format',
      '3': 24,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFImage.FFImageFormat',
      '10': 'format'
    },
  ],
  '4': [FFImage_FFImageType$json, FFImage_FFImageFormat$json],
};