ActivitiesFilterField class
Represents a field that can be used in activities filtering.
- Inheritance
-
- Object
- FilterField<
ActivityData> - ActivitiesFilterField
Constructors
-
ActivitiesFilterField(String remote, FilterFieldValueGetter<
ActivityData, Object> value) - Creates a new activities 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<
ActivityData, 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
- activityType → ActivitiesFilterField
-
Filter by the type of activity (e.g., "post", "comment", "reaction").
final
- createdAt → ActivitiesFilterField
-
Filter by the creation timestamp of the activity.
final
- expiresAt → ActivitiesFilterField
-
Filter by the expiration timestamp of the activity.
final
- feed → ActivitiesFilterField
-
Filter by the feed ID(s) the activity belongs to.
final
- filterTags → ActivitiesFilterField
-
Filter by the filter tags associated with the activity.
final
- id → ActivitiesFilterField
-
Filter by the unique identifier of the activity.
final
- interestTags → ActivitiesFilterField
-
Filter by the interest tags associated with the activity.
final
- near → ActivitiesFilterField
-
Filter by the proximity to a specific location.
final
- popularity → ActivitiesFilterField
-
Filter by the popularity score of the activity.
final
- searchData → ActivitiesFilterField
-
Filter by the search data content of the activity.
final
- text → ActivitiesFilterField
-
Filter by the text content of the activity.
final
- userId → ActivitiesFilterField
-
Filter by the user ID who created the activity.
final
- withinBounds → ActivitiesFilterField
-
Filter by activities within specific geographical bounds.
final