terminator property

Instruction? get terminator

The terminator instruction (last instruction).

Implementation

Instruction? get terminator =>
    instructions.isNotEmpty ? instructions.last : null;