IThreadListResultWrapper class abstract

Constructors

IThreadListResultWrapper()

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
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfThreadMembers List<IThreadMember>
A thread member object for each returned thread the current user has joined
no setter
threads List<IThreadChannel>
List of threads
no setter

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