PollAirflowCommandResponse constructor

PollAirflowCommandResponse({
  1. ExitInfo? exitInfo,
  2. List<Line>? output,
  3. bool? outputEnd,
})

Implementation

PollAirflowCommandResponse({this.exitInfo, this.output, this.outputEnd});