Filter class

Note: passing both id_lteandid_gte is not supported.

Note: when using id_lte the reactions are ordered by the created_at field, in descending order.

Note: when using id_gte the reactions are ordered by the created_at field, in ascending order.

Constructors

Filter()

Properties

hashCode int
The hash code for this object.
no setterinherited
params Map<String, String>
Serialize Filter parameters
no setter
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

idGreaterThan(String id) Filter
Retrieve reactions created after the one with ID equal to the parameter.
idGreaterThanOrEqual(String id) Filter
Retrieve reactions created after the on with ID equal to the parameter (inclusive)
idLessThan(String id) Filter
Retrieve reactions before the one with ID equal to the parameter
idLessThanOrEqual(String id) Filter
Retrieve reactions created before the one with ID equal to the parameter (inclusive)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.

Operators

operator ==(Object other) bool
The equality operator.
inherited