GenerateIsolate class

Constructors

GenerateIsolate({bool isSameType = false, SharedIsolate? sharedIsolate})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isSameType bool
if true the generated class would extend the main class and override it's methods so MyClassIsolate is MyClass will be true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedIsolate SharedIsolate?
used to run multiple classes in the same isolate
final

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