IIsolateFactory class abstract

Abstract factory which is used to create and initialize IIsolateWrapper and IIsolateMessenger.

Constructors

IIsolateFactory()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(IsolateRun isolateRun, Initializer initializer) Future<IsolateCreateResult>
Function which creates and initializes IIsolateWrapper and IIsolateMessenger.
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