ThreadListResultWrapper class

Wrapper of threads listing results.

Properties

hashCode int
The hash code for this object.
no setterinherited
hasMore bool
Whether there are potentially additional threads that could be returned on a subsequent call
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfThreadMembers List<ThreadMember>
A thread member object for each returned thread the current user has joined
latefinal
threads List<ThreadChannel>
List of threads
latefinal

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