IsolateRef class
IsolateRef
is a reference to an Isolate
object.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- id ↔ String?
-
The id which is passed to the getIsolate RPC to load this isolate.
getter/setter pair
- isolateGroupId ↔ String?
-
The id of the isolate group that this isolate belongs to.
getter/setter pair
- isSystemIsolate ↔ bool?
-
Specifies whether the isolate was spawned by the VM or embedder for
internal use. If
false
, this isolate is likely running user code.getter/setter pair -
json
↔ Map<
String, dynamic> ? -
getter/setter pairinherited
- name ↔ String?
-
A name identifying this isolate. Not guaranteed to be unique.
getter/setter pair
- number ↔ String?
-
A numeric id for this isolate, represented as a string. Unique.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
parse(
Map< String, dynamic> ? json) → IsolateRef? -
override