getVariableCollectionByIdAsync property

Future<VariableCollection?> Function(String) get getVariableCollectionByIdAsync

Implementation

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

Implementation

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