endOfLineFlag property

  1. @BuiltValueField.new(wireName: r'EndOfLineFlag')
bool? get endOfLineFlag

Indicates if the text is at the end of a line. Allows the display or the print of a new line and a carry-over return characters after the formatted text.

Implementation

@BuiltValueField(wireName: r'EndOfLineFlag')
bool? get endOfLineFlag;