inheritStdio constant
Stdio handles are inherited by the child process.
Implementation
static const inheritStdio = const ProcessStartMode._internal(1);
Stdio handles are inherited by the child process.
static const inheritStdio = const ProcessStartMode._internal(1);