outputResult property

  1. @BuiltValueField.new(wireName: r'OutputResult')
BuiltList<OutputResult> get outputResult

Information related to the result the output (display, print, input). One per DisplayOutput item of the request, and in the same order.

Implementation

@BuiltValueField(wireName: r'OutputResult')
BuiltList<OutputResult> get outputResult;