CodeInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use codeInfoDescriptor instead')
const CodeInfo$json = const {
  '1': 'CodeInfo',
  '2': const [
    const {'1': 'code_id', '3': 1, '4': 1, '5': 4, '8': const {}, '10': 'codeId'},
    const {'1': 'code_hash', '3': 2, '4': 1, '5': 12, '8': const {}, '10': 'codeHash'},
    const {'1': 'creator', '3': 3, '4': 1, '5': 9, '8': const {}, '10': 'creator'},
  ],
};