InstructionInput constructor

InstructionInput({
  1. int? outputNum,
  2. int? producerInstructionIndex,
})

Implementation

InstructionInput({
  this.outputNum,
  this.producerInstructionIndex,
});