IsolateParameter<T> class

Classe da passare nell'isolate come parametro. Se si vogliono passare più parametri è necessario specificare un Map come T

Constructors

IsolateParameter(T param)

Properties

hashCode int
The hash code for this object.
no setterinherited
param → T
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendPort SendPort?
SendPort è il canale che utilizzerà la funzione nell'isolate per comunicare il risultato SendPort è un field della ReceivePort instanziata nella classe IsolateHelper.
getter/setter pair

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