getLocalVariables property
List<Variable> Function([VariableResolvedDataType?])
get
getLocalVariables
Implementation
_i2.List<_i3.Variable> Function([_i3.VariableResolvedDataType?])
get getLocalVariables =>
([_i3.VariableResolvedDataType? p0]) => ((_i5.callMethod(
_i5.getProperty(
this,
'getLocalVariables',
),
r'call',
[
this,
p0?.name ?? _i7.undefined ?? _i7.undefined,
],
)) as _i2.List)
.cast();
set
getLocalVariables
(List<Variable> value([VariableResolvedDataType?]))
Implementation
set getLocalVariables(
_i2.List<_i3.Variable> Function([_i3.VariableResolvedDataType?]) value) {
_i5.setProperty(
this,
'getLocalVariables',
_i5.allowInterop(value),
);
}