FFVideoPlayer$json top-level constant

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

Implementation

@$core.Deprecated('Use fFVideoPlayerDescriptor instead')
const FFVideoPlayer$json = {
  '1': 'FFVideoPlayer',
  '2': [
    {'1': 'legacy_path', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'legacyPath'},
    {
      '1': 'path_value',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFStringValue',
      '10': 'pathValue'
    },
    {
      '1': 'type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFVideoPlayer.FFVideoType',
      '10': 'type'
    },
    {
      '1': 'dimensions',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDimensions',
      '10': 'dimensions'
    },
    {
      '1': 'legacy_aspect_ratio',
      '3': 4,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyAspectRatio'
    },
    {
      '1': 'aspect_ratio_value',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'aspectRatioValue'
    },
    {
      '1': 'legacy_auto_play',
      '3': 5,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyAutoPlay'
    },
    {
      '1': 'auto_play_value',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'autoPlayValue'
    },
    {
      '1': 'legacy_looping',
      '3': 6,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyLooping'
    },
    {
      '1': 'looping_value',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'loopingValue'
    },
    {
      '1': 'legacy_show_controls',
      '3': 7,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyShowControls'
    },
    {
      '1': 'show_controls_value',
      '3': 16,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'showControlsValue'
    },
    {
      '1': 'legacy_allow_full_screen',
      '3': 8,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyAllowFullScreen'
    },
    {
      '1': 'allow_full_screen_value',
      '3': 17,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'allowFullScreenValue'
    },
    {
      '1': 'legacy_allow_playback_speed_menu',
      '3': 9,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyAllowPlaybackSpeedMenu'
    },
    {
      '1': 'allow_playback_speed_menu_value',
      '3': 18,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'allowPlaybackSpeedMenuValue'
    },
    {
      '1': 'legacy_lazy_load',
      '3': 10,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyLazyLoad'
    },
    {
      '1': 'lazy_load_value',
      '3': 19,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'lazyLoadValue'
    },
    {
      '1': 'legacy_pause_on_navigate',
      '3': 11,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyPauseOnNavigate'
    },
    {
      '1': 'pause_on_navigate_value',
      '3': 20,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'pauseOnNavigateValue'
    },
  ],
  '4': [FFVideoPlayer_FFVideoType$json],
};