OutputSync constructor

OutputSync(
  1. int? length,
  2. int? removed,
  3. List? entries,
  4. int? exitCode,
)

Implementation

OutputSync(this.length, this.removed, this.entries, this.exitCode)
    : running = true;