allValues constant
Implementation
static const Map<int, NsgComparisonOperator> allValues = {
0: none,
1: equal,
2: notEqual,
3: greater,
4: greaterOrEqual,
5: less,
6: lessOrEqual,
7: inList,
8: beginWith,
9: endWith,
10: contain,
11: containWords,
12: notContainWords,
13: inGroup,
14: groupsFrom,
15: notGroupsFrom,
16: equalOrEmpty,
17: notInList,
18: notBeginWith,
19: notEndWith,
20: notContain,
21: notInGroup,
22: notEqualOrEmpty,
23: typeIn,
24: typeEqual,
25: typeNotEqual,
26: compare
};