StopAirflowCommandResponse constructor

StopAirflowCommandResponse({
  1. bool? isDone,
  2. List<String>? output,
})

Implementation

StopAirflowCommandResponse({
  this.isDone,
  this.output,
});