outputResult property

  1. @BuiltValueField.new(wireName: r'OutputResult')
OutputResult? get outputResult

Information related to the result the output (display, print, input). If DisplayOutput present in the request.

Implementation

@BuiltValueField(wireName: r'OutputResult')
OutputResult? get outputResult;