FollowsFilterField class

Represents a field that can be used in follows filtering.

This extension type provides a type-safe way to specify which field should be used when creating filters for follows queries.

Inheritance

Constructors

FollowsFilterField(String remote, FilterFieldValueGetter<FollowData, Object> value)
Creates a new follows 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<FollowData, Object>
The function that extracts the field value of type T from 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 FollowsFilterField
Filter by the creation timestamp of the follow relationship.
final
sourceFeed FollowsFilterField
Filter by the source feed ID (the feed that is following).
final
status FollowsFilterField
Filter by the status of the follow relationship (e.g., "accepted", "pending").
final
targetFeed FollowsFilterField
Filter by the target feed ID (the feed being followed).
final