Image$json top-level constant

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

Implementation

@$core.Deprecated('Use imageDescriptor instead')
const Image$json = const {
  '1': 'Image',
  '2': const [
    const {'1': 'mediaId', '3': 1, '4': 1, '5': 9, '10': 'mediaId'},
    const {'1': 'picUrl', '3': 2, '4': 1, '5': 9, '10': 'picUrl'},
    const {'1': 'imageUrl', '3': 3, '4': 1, '5': 9, '10': 'imageUrl'},
  ],
};