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