IThreadListResultWrapper class abstract

Constructors

IThreadListResultWrapper()

Properties

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

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