lt method

Filter lt(
  1. dynamic value
)

Implementation

Filter lt(dynamic value) => where(this).lt(value);