getLocalVariableCollections property
List<VariableCollection> Function()
get
getLocalVariableCollections
Implementation
_i2.List<_i3.VariableCollection> Function() get getLocalVariableCollections =>
() => ((_i5.callMethod(
_i5.getProperty(
this,
'getLocalVariableCollections',
),
r'call',
[this],
)) as _i2.List)
.cast();
set
getLocalVariableCollections
(List<VariableCollection> value())
Implementation
set getLocalVariableCollections(
_i2.List<_i3.VariableCollection> Function() value) {
_i5.setProperty(
this,
'getLocalVariableCollections',
_i5.allowInterop(value),
);
}