getVariableByIdAsync property

Future<Variable?> Function(String) get getVariableByIdAsync

Implementation

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

Implementation

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