lessEqual constant
IndexDatapoint_NumericRestriction_Operator
const lessEqual
Datapoints are eligible iff their value is <= the query's.
Implementation
static const lessEqual = IndexDatapoint_NumericRestriction_Operator(
'LESS_EQUAL',
);