LT method

Where LT(
  1. dynamic value
)

Implementation

Where LT(dynamic value) {
  return _WhereOp(this, "<", value);
}