SMHTask<T> class Null safety

Implementers

Constructors

SMHTask()

Properties

confirmKeyCalBack SMHConfirmKeyCalBack?
read / write
currentQueue SMHTaskQueue?
read / write
finishCalBack SMHFinishCalBack?
read / write
hashCode int
The hash code for this object.
read-only, override
isolate Isolate
read / write
onReceiveProgress ↔ ProgressCallback?
read / write
onSendProgress ↔ ProgressCallback?
read / write
priority SMHTaskPriority
read / write
receivePort ReceivePort
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
stateStream StreamController<SMHTaskState>
read / write
taskId int
read / write

Methods

cancel([dynamic reason]) → void
createIsolate(SendPort sendPort) Future<Isolate>
dispose() → void
finish() → void
getTaskInfo() SMHTaskInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
pause([dynamic reason]) → void
resume() → void
start() → void
toString() String
A string representation of this object.
inherited

Operators

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