Instruction constructor

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

Creates a new instance.

Implementation

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