operator < method

CollQLFilter operator <(
  1. dynamic value
)

Implementation

CollQLFilter operator <(dynamic value) => where(this).lt(value);