replace property

void Function(String, String, [EnvironmentVariableMutatorOptions?]) replace

Implementation

void Function(
  _i2.String,
  _i2.String, [
  _i3.EnvironmentVariableMutatorOptions?,
]) get replace => (
      _i2.String p0,
      _i2.String p1, [
      _i3.EnvironmentVariableMutatorOptions? p2,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'replace',
          ),
          r'call',
          [
            this,
            p0,
            p1,
            p2 ?? _i6.undefined,
          ],
        );
void replace=(void value(String, String, [EnvironmentVariableMutatorOptions?]))

Implementation

set replace(
    void Function(
      _i2.String,
      _i2.String, [
      _i3.EnvironmentVariableMutatorOptions?,
    ]) value) {
  _i5.setProperty(
    this,
    'replace',
    _i5.allowInterop(value),
  );
}