detachedWithStdio constant Null safety

ProcessStartMode const detachedWithStdio

Detached child process with stdin, stdout and stderr still open for communication with the child.

Implementation

static const detachedWithStdio = const ProcessStartMode._internal(3);