getScoped property
EnvironmentVariableCollection Function(EnvironmentVariableScope)
get
getScoped
Implementation
_i3.EnvironmentVariableCollection Function(_i3.EnvironmentVariableScope)
get getScoped => (_i3.EnvironmentVariableScope p0) => _i5.callMethod(
_i5.getProperty(
this,
'getScoped',
),
r'call',
[
this,
p0,
],
);
set
getScoped
(EnvironmentVariableCollection value(EnvironmentVariableScope))
Implementation
set getScoped(
_i3.EnvironmentVariableCollection Function(_i3.EnvironmentVariableScope)
value) {
_i5.setProperty(
this,
'getScoped',
_i5.allowInterop(value),
);
}