replace property

void Function(Object, String) get replace

Implementation

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

Implementation

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