stdin property

Stream<String>? stdin
final

If set, the stream to read the stdin for this process from.

It will be encoded using the ProcessPool.encoding before being sent to the process.

If both stdin and stdinRaw are set, only stdinRaw will be used.

Implementation

final Stream<String>? stdin;