GeneratorApp class

Constructors

GeneratorApp(Server server)
const
GeneratorApp.channel({required Stream<String> input, required StreamSink<String> output})
factory
GeneratorApp.stdio({required Stdin stdin, required Stdout stdout})
factory

Properties

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

Methods

close() Future
listen() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onGenerate<T>(FutureOr<T> handler(GeneratorOptions options)) → void
onManifest(FutureOr<GeneratorManifest?> handler(GeneratorConfig config)) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited