replaceSync property
void Function(String)
get
replaceSync
Implementation
void Function(_i2.String) get replaceSync =>
(_i2.String p0) => _i4.callMethod(
_i4.getProperty(
this,
'replaceSync',
),
r'call',
[
this,
p0,
],
);
set
replaceSync
(void value(String))
Implementation
set replaceSync(void Function(_i2.String) value) {
_i4.setProperty(
this,
'replaceSync',
_i4.allowInterop(value),
);
}