displayOutput property

  1. @BuiltValueField.new(wireName: r'DisplayOutput')
BuiltList<DisplayOutput>? get displayOutput

Information to display and the way to process the display. To display an event message.

Implementation

@BuiltValueField(wireName: r'DisplayOutput')
BuiltList<DisplayOutput>? get displayOutput;