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