notEqual constant
IndexDatapoint_NumericRestriction_Operator
const notEqual
Datapoints are eligible iff their value is != the query's.
Implementation
static const notEqual = IndexDatapoint_NumericRestriction_Operator(
'NOT_EQUAL',
);