replace property

void Function(String) get replace

Implementation

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

Implementation

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