lte method

Filter lte(
  1. dynamic value
)

Implementation

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