lte method

dynamic lte(
  1. dynamic val
)

Implementation

lte(val) {
  return _queryOP(QueryCommandsLiteral.LTE, val);
}