lt method

void lt(
  1. dynamic value
)

Implementation

void lt(value) {
  _addExpression("\$lt", value);
}