presentationHint property
A hint for how to present the instruction in the UI.
A value of invalid
may be used to indicate this instruction is 'filler'
and cannot be reached by the program. For example, unreadable memory
addresses may be presented is 'invalid.'
Implementation
final String? presentationHint;