outputText property
Content of text message to display or print. Mandatory, if OutputFormat is Text, not allowed otherwise. One instance of OutputText per shared format.
Implementation
@BuiltValueField(wireName: r'OutputText')
BuiltList<OutputText>? get outputText;