detached 常量

ProcessStartMode 完成的 detached

无打开通信通道的分离子进程。

实现

static const detached = const ProcessStartMode._internal(2);