Filter.lte constructor

Filter.lte(
  1. Object? value
)

Check to see if value is less then or equal.

Implementation

Filter.lte(this.value) : comparison = '_lte';