ProcessStarted constructor

const ProcessStarted(
  1. int pid,
  2. String command
)

Implementation

const ProcessStarted(super.pid, this.command);