Property$json top-level constant

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

Implementation

@$core.Deprecated('Use propertyDescriptor instead')
const Property$json = {
  '1': 'Property',
  '2': [
    {'1': 'width_px', '3': 1, '4': 1, '5': 5, '10': 'widthPx'},
    {'1': 'height_px', '3': 2, '4': 1, '5': 5, '10': 'heightPx'},
    {'1': 'frame_format', '3': 3, '4': 1, '5': 9, '10': 'frameFormat'},
    {'1': 'frame_rate', '3': 4, '4': 1, '5': 2, '10': 'frameRate'},
  ],
};