IsolateExecutor<U> class

Constructors

IsolateExecutor(SourceGenerator generator, {Uri? packageConfigURI, Map<String, dynamic> message = const {}})

Properties

completer Completer
final
console Stream<String>
no setter
events Stream
no setter
generator SourceGenerator
final
hashCode int
The hash code for this object.
no setterinherited
message Map<String, dynamic>
final
packageConfigURI Uri?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute() Future<U>
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

Static Methods

run<T>(Executable<T> executable, {List<String> imports = const [], Uri? packageConfigURI, String? additionalContents, List<Type> additionalTypes = const [], void eventHandler(dynamic event)?, void logHandler(String line)?}) Future<T>