ImageSize$json top-level constant

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

Implementation

@$core.Deprecated('Use imageSizeDescriptor instead')
const ImageSize$json = {
  '1': 'ImageSize',
  '2': [
    {'1': 'width', '3': 1, '4': 1, '5': 5, '10': 'width'},
    {'1': 'height', '3': 2, '4': 1, '5': 5, '10': 'height'},
  ],
};