isLessThan method

dynamic isLessThan(
  1. dynamic value
)

Implementation

isLessThan(value) {
  method = Queries.isLessThan;
  comparer = value;
}