append property

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

Implementation

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

Implementation

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