appendText property
String?
get
appendText
Describes text to be appended after the new line and after the indentation.
Implementation
_i2.String? get appendText => _i5.getProperty(
this,
'appendText',
);
set
appendText
(String? value)
Implementation
set appendText(_i2.String? value) {
_i5.setProperty(
this,
'appendText',
value ?? _i6.undefined,
);
}