CommentReactionsFilterField class
Represents a field that can be used in comment reactions filtering.
This extension type provides a type-safe way to specify which field should be used when creating filters for comment reactions queries.
- Inheritance
-
- Object
- FilterField<
FeedsReactionData> - CommentReactionsFilterField
Constructors
-
CommentReactionsFilterField(String remote, FilterFieldValueGetter<
FeedsReactionData, Object> value) - Creates a new comment reactions filter field.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- remote → String
-
The remote field name used in API queries.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ FilterFieldValueGetter<
FeedsReactionData, Object> -
The function that extracts the field value of type
Tfrom a model instance.finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- createdAt → CommentReactionsFilterField
-
Filter by the creation timestamp of the reaction.
final
- reactionType → CommentReactionsFilterField
-
Filter by the reaction type (e.g., "like", "love", "angry").
final
- userId → CommentReactionsFilterField
-
Filter by the user ID who created the reaction.
final