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