getLocalVariablesAsync property

Future<List<Variable>> Function([VariableResolvedDataType?]) get getLocalVariablesAsync

Implementation

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

Implementation

set getLocalVariablesAsync(
    _i2.Future<_i2.List<_i3.Variable>> Function(
            [_i3.VariableResolvedDataType?])
        value) {
  _i5.setProperty(
    this,
    'getLocalVariablesAsync',
    _i5.allowInterop(value),
  );
}