FormType$json top-level constant

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

Implementation

@$core.Deprecated('Use formTypeDescriptor instead')
const FormType$json = const {
  '1': 'FormType',
  '2': const [
    const {'1': 'noft', '2': 0},
    const {'1': 'text', '2': 2},
    const {'1': 'wiktUrl', '2': 8},
    const {'1': 'nouns', '2': 32},
    const {'1': 'verbps', '2': 64},
    const {'1': 'verbpp', '2': 128},
    const {'1': 'verbg', '2': 256},
    const {'1': 'verbs', '2': 512},
    const {'1': 'adj2', '2': 1024},
    const {'1': 'adj3', '2': 2048},
    const {'1': 'adv2', '2': 4096},
    const {'1': 'adv3', '2': 8192},
    const {'1': 'verbps_2', '2': 16384},
    const {'1': 'verbpp_2', '2': 32768},
    const {'1': 'adj2_2', '2': 65536},
    const {'1': 'adj3_2', '2': 131072},
    const {'1': 'adv2_2', '2': 262144},
    const {'1': 'adv3_2', '2': 524288},
  ],
};