replace property

bool Function(String, String) replace

Implementation

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

Implementation

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