outputs property

List<InstructionOutput>? outputs
getter/setter pair

Describes the outputs of the instruction.

Implementation

core.List<InstructionOutput>? outputs;