replaceSync property

void Function(String) replaceSync

Implementation

void Function(_i2.String) get replaceSync =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'replaceSync',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void replaceSync=(void value(String))

Implementation

set replaceSync(void Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'replaceSync',
    _i4.allowInterop(value),
  );
}