FeedsFilterField class
Represents a field that can be used in feeds filtering.
This type provides a type-safe way to specify which field should be used when creating filters for feeds queries.
- Inheritance
-
- Object
- FilterField<
FeedData> - FeedsFilterField
Constructors
-
FeedsFilterField(String remote, FilterFieldValueGetter<
FeedData, Object> value) - Creates a new feeds 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<
FeedData, 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 → FeedsFilterField
-
Filter by the creation timestamp of the feed.
final
- createdById → FeedsFilterField
-
Filter by the ID of the user who created the feed.
final
- createdByName → FeedsFilterField
-
Filter by the name of the user who created the feed.
final
- description → FeedsFilterField
-
Filter by the description of the feed.
final
- feed → FeedsFilterField
-
Filter by the feed ID (feed) of the feed.
final
- filterTags → FeedsFilterField
-
Filter by filter tags associated with the feed.
final
- followerCount → FeedsFilterField
-
Filter by the number of followers the feed has.
final
- followingCount → FeedsFilterField
-
Filter by the number of feeds this feed is following.
final
- followingFeeds → FeedsFilterField
-
Filter by feeds that this feed is following.
final
- groupId → FeedsFilterField
-
Filter by the group ID of the feed.
final
- id → FeedsFilterField
-
Filter by the unique identifier of the feed.
final
- memberCount → FeedsFilterField
-
Filter by the number of members in the feed.
final
- members → FeedsFilterField
-
Filter by specific members in the feed.
final
- name → FeedsFilterField
-
Filter by the name of the feed.
final
- updatedAt → FeedsFilterField
-
Filter by the last update timestamp of the feed.
final
- visibility → FeedsFilterField
-
Filter by the visibility setting of the feed.
final