replace property

void Function(Object) get replace

Implementation

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

Implementation

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