ScriptComponents class

A struct containing the components needed to create a Script.

Annotations
  • @sealed

Constructors

ScriptComponents(StreamSink<List<int>> stdin, Stream<List<int>> stdout, Stream<List<int>> stderr, Future<int> exitCode)

Properties

exitCode Future<int>
The script's exit code, to complete once it exits.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stderr Stream<List<int>>
The standard error stream.
final
stdin StreamSink<List<int>>
The standard input sink.
final
stdout Stream<List<int>>
The standard output stream.
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