IndexNodeConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use indexNodeConfigDescriptor instead')
const IndexNodeConfig$json = const {
  '1': 'IndexNodeConfig',
  '2': const [
    const {'1': 'root_node_pos', '3': 1, '4': 1, '5': 5, '10': 'rootNodePos'},
    const {'1': 'file_intervals', '3': 2, '4': 3, '5': 5, '10': 'fileIntervals'},
    const {'1': 'words_count', '3': 3, '4': 1, '5': 5, '10': 'wordsCount'},
    const {'1': 'trans_counts', '3': 5, '4': 3, '5': 11, '6': '.wikibulary.posdefviewer.IndexNodeConfig.TransCountsEntry', '10': 'transCounts'},
  ],
  '3': const [IndexNodeConfig_TransCountsEntry$json],
};