createVariableAliasByIdAsync property

Future<VariableAlias> Function(String) get createVariableAliasByIdAsync

Implementation

_i2.Future<_i3.VariableAlias> Function(_i2.String)
    get createVariableAliasByIdAsync =>
        (_i2.String p0) => _i5.promiseToFuture(_i5.callMethod(
              _i5.getProperty(
                this,
                'createVariableAliasByIdAsync',
              ),
              r'call',
              [
                this,
                p0,
              ],
            ));
set createVariableAliasByIdAsync (Future<VariableAlias> value(String))

Implementation

set createVariableAliasByIdAsync(
    _i2.Future<_i3.VariableAlias> Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'createVariableAliasByIdAsync',
    _i5.allowInterop(value),
  );
}