Instruction constructor

Instruction(
  1. Operator op, {
  2. int? operand,
})

Implementation

Instruction(this.op, { this.operand});