IsolateState class
Constructors
- IsolateState(IsolateRef isolateRef)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isolate
→ Future<
Isolate?> -
no setter
- isolateNow → Isolate?
-
no setter
- isolateRef → IsolateRef
-
final
-
isPaused
→ ValueListenable<
bool?> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
handleDebugEvent(
String? kind) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onIsolateLoaded(
Isolate isolate) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited