inheritStdio constant Null safety

ProcessStartMode const inheritStdio

Stdio handles are inherited by the child process.

Implementation

static const inheritStdio = const ProcessStartMode._internal(1);