getScoped property

Implementation

_i3.EnvironmentVariableCollection Function(_i3.EnvironmentVariableScope)
    get getScoped => (_i3.EnvironmentVariableScope p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'getScoped',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );

Implementation

set getScoped(
    _i3.EnvironmentVariableCollection Function(_i3.EnvironmentVariableScope)
        value) {
  _i5.setProperty(
    this,
    'getScoped',
    _i5.allowInterop(value),
  );
}