appendText property

String? appendText

Describes text to be appended after the new line and after the indentation.

Implementation

_i2.String? get appendText => _i5.getProperty(
      this,
      'appendText',
    );
void appendText=(String? value)

Implementation

set appendText(_i2.String? value) {
  _i5.setProperty(
    this,
    'appendText',
    value ?? _i6.undefined,
  );
}