TagsQuery class

Inheritance

Constructors

TagsQuery(String? searchTerm)

Properties

follower UserId?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchTerm String?
getter/setter pair
target PostActivityTarget?
getter/setter pair
getter/setter pair

Methods

followedBy(UserId id) TagsQuery
inTarget(PostActivityTarget target) TagsQuery
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onlyTrending(bool trending) TagsQuery
toJSON() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

all() TagsQuery
find(String searchTerm) TagsQuery