getVariableById property

Variable? Function(String) get getVariableById

Implementation

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

Implementation

set getVariableById(_i3.Variable? Function(_i2.String) value) {
  _i5.setProperty(
    this,
    'getVariableById',
    _i5.allowInterop((p0) => () => value(p0) ?? _i7.undefined),
  );
}