TopicsQuery class

Inheritance

Constructors

TopicsQuery(String? searchTerm)

Properties

follower UserId?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels List<String>
getter/setter pair
properties Map<String, String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchTerm String?
getter/setter pair
getter/setter pair

Methods

followedBy(UserId id) TopicsQuery
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onlyTrending(bool trending) TopicsQuery
toJSON() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
withLabels(List<String> labels) TopicsQuery
withProperties(Map<String, String> properties) TopicsQuery

Operators

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

Static Methods

all() TopicsQuery
find(String searchTerm) TopicsQuery