Video$json top-level constant

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

Implementation

@$core.Deprecated('Use videoDescriptor instead')
const Video$json = const {
  '1': 'Video',
  '2': const [
    const {'1': 'mediaId', '3': 1, '4': 1, '5': 9, '10': 'mediaId'},
    const {'1': 'thumbMediaId', '3': 2, '4': 1, '5': 9, '10': 'thumbMediaId'},
    const {
      '1': 'videoOrShortUrl',
      '3': 3,
      '4': 1,
      '5': 9,
      '10': 'videoOrShortUrl'
    },
    const {
      '1': 'videoOrShortThumbUrl',
      '3': 4,
      '4': 1,
      '5': 9,
      '10': 'videoOrShortThumbUrl'
    },
  ],
};