IndexFlag$json top-level constant

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

Implementation

@$core.Deprecated('Use indexFlagDescriptor instead')
const IndexFlag$json = const {
  '1': 'IndexFlag',
  '2': const [
    const {'1': 'noIndexFlag', '2': 0},
    const {'1': 'in_title', '2': 1},
    const {'1': 'in_forms', '2': 2},
    const {'1': 'in_title_word', '2': 4},
    const {'1': 'wnet_top_5000', '2': 8},
    const {'1': 'wikt_noun', '2': 16},
    const {'1': 'wikt_verb', '2': 32},
    const {'1': 'wordnet_noun', '2': 64},
    const {'1': 'wordnet_verb', '2': 128},
    const {'1': 'wikt_addverb', '2': 256},
    const {'1': 'wikt_adjective', '2': 512},
    const {'1': 'wikt_other', '2': 1024},
    const {'1': 'wordnet_addverb', '2': 2048},
    const {'1': 'wordnet_adjective', '2': 4096},
    const {'1': 'wordnet_other', '2': 8192},
    const {'1': 'other_noun', '2': 16384},
    const {'1': 'other_verb', '2': 32768},
    const {'1': 'other_addverb', '2': 65536},
    const {'1': 'other_adjective', '2': 131072},
    const {'1': 'other_other', '2': 262144},
    const {'1': 'wikt_propernoun', '2': 524288},
    const {'1': 'wikt_preposition', '2': 1048576},
  ],
};