terminator property
Instruction?
get
terminator
The terminator instruction (last instruction).
Implementation
Instruction? get terminator =>
instructions.isNotEmpty ? instructions.last : null;
The terminator instruction (last instruction).
Instruction? get terminator =>
instructions.isNotEmpty ? instructions.last : null;