MovieParams$json top-level constant

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

Implementation

@$core.Deprecated('Use movieParamsDescriptor instead')
const MovieParams$json = const {
  '1': 'MovieParams',
  '2': const [
    const {'1': 'viewBoxWidth', '3': 1, '4': 1, '5': 2, '10': 'viewBoxWidth'},
    const {'1': 'viewBoxHeight', '3': 2, '4': 1, '5': 2, '10': 'viewBoxHeight'},
    const {'1': 'fps', '3': 3, '4': 1, '5': 5, '10': 'fps'},
    const {'1': 'frames', '3': 4, '4': 1, '5': 5, '10': 'frames'},
  ],
};