IsolateRunnerRemote class
The remote part of an IsolateRunner.
The IsolateRunner
sends commands to the controlled isolate through
the IsolateRunnerRemote
commandPort.
Only use this class if you need to set up the isolate manually instead of relying on IsolateRunner.spawn.
Constructors
Properties
- commandPort → SendPort
-
The command port that can be used to send commands to this remote.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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