getDevResourcesAsync property

Future<List<DevResourceWithNodeId>> Function([dynamic]) get getDevResourcesAsync

Implementation

_i2.Future<_i2.List<_i3.DevResourceWithNodeId>> Function([_i2.dynamic])
    get getDevResourcesAsync =>
        ([_i2.dynamic p0]) => _i5.promiseToFuture(_i5.callMethod(
              _i5.getProperty(
                this,
                'getDevResourcesAsync',
              ),
              r'call',
              [
                this,
                p0 ?? _i7.undefined,
              ],
            ));
set getDevResourcesAsync (Future<List<DevResourceWithNodeId>> value([dynamic]))

Implementation

set getDevResourcesAsync(
    _i2.Future<_i2.List<_i3.DevResourceWithNodeId>> Function([_i2.dynamic])
        value) {
  _i5.setProperty(
    this,
    'getDevResourcesAsync',
    _i5.allowInterop(value),
  );
}