JumpInstruction constructor

JumpInstruction({
  1. required int offset,
  2. required BasicBlock target,
})

Implementation

JumpInstruction({required super.offset, required this.target});