Loner<U> class

Constructors

Loner(SourceGenerator generator, {required Uri? packageConfigURI, required Map<String, dynamic>? message})

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, {Uri? packageConfigURI, List<String>? imports, String? additionalContents, void eventHandler(dynamic event)?, void logHandler(String line)?, List<Type>? additionalTypes}) Future<T>