ThreadBuilder class

Inheritance

Constructors

ThreadBuilder(String? name)
Create a public thread
ThreadBuilder.private(String? name)
Create a private thread

Properties

archiveAfter ThreadArchiveTime
The time after which the thread is automatically archived.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The name fo the thread
getter/setter pair
private bool
Whether or not the thread is private
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() RawApiMap
Returns built response for api
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setArchiveAfter(ThreadArchiveTime time) → void
Set the time after which the thread automatically archives itself.
setPrivate() → void
Make the thread private
setPublic() → void
Make the thread public
toString() String
A string representation of this object.
inherited

Operators

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