charsToEscape property
String
get
charsToEscape
The characters to escape.
Implementation
_i2.String get charsToEscape => _i5.getProperty(
this,
'charsToEscape',
);
set
charsToEscape
(String value)
Implementation
set charsToEscape(_i2.String value) {
_i5.setProperty(
this,
'charsToEscape',
value,
);
}