idLessThan method

Filter idLessThan(
  1. String id
)

Retrieve reactions before the one with ID equal to the parameter

Implementation

Filter idLessThan(String id) {
  _filters[_Filter.idLessThan] = id;
  return this;
}