idGreaterThan method

Filter idGreaterThan(
  1. String id
)

Retrieve reactions created after the one with ID equal to the parameter.

Implementation

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