gt method

void gt(
  1. dynamic value
)

Implementation

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