FFUploadDataSettings$json top-level constant

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

Implementation

@$core.Deprecated('Use fFUploadDataSettingsDescriptor instead')
const FFUploadDataSettings$json = {
  '1': 'FFUploadDataSettings',
  '2': [
    {
      '1': 'allowed_types',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFUploadDataSettings.AllowedTypes',
      '10': 'allowedTypes'
    },
    {
      '1': 'file_type',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFUploadDataSettings.FileType',
      '10': 'fileType'
    },
    {
      '1': 'max_resolution',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFUploadDataSettings.Resolution',
      '10': 'maxResolution'
    },
    {
      '1': 'source',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFUploadDataSettings.Source',
      '10': 'source'
    },
    {
      '1': 'gallery_or_camera_picker_style',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFUploadDataSettings.SourcePickerStyle',
      '10': 'galleryOrCameraPickerStyle'
    },
    {'1': 'image_quality', '3': 6, '4': 1, '5': 5, '10': 'imageQuality'},
    {'1': 'multi_upload', '3': 7, '4': 1, '5': 8, '10': 'multiUpload'},
    {'1': 'show_snack_bar', '3': 8, '4': 1, '5': 8, '10': 'showSnackBar'},
    {
      '1': 'include_dimensions',
      '3': 9,
      '4': 1,
      '5': 8,
      '10': 'includeDimensions'
    },
    {
      '1': 'include_blur_hash',
      '3': 10,
      '4': 1,
      '5': 8,
      '10': 'includeBlurHash'
    },
    {
      '1': 'local_file_variable',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '10': 'localFileVariable'
    },
  ],
  '3': [
    FFUploadDataSettings_AllowedTypes$json,
    FFUploadDataSettings_Resolution$json,
    FFUploadDataSettings_SourcePickerStyle$json
  ],
  '4': [FFUploadDataSettings_Source$json, FFUploadDataSettings_FileType$json],
};