StderrData constructor

const StderrData(
  1. int pid,
  2. String data
)

Implementation

const StderrData(super.pid, this.data);