for$ property

Symbol Function(String) get for$

Implementation

static _i2.Symbol Function(_i2.String) get for$ =>
    (_i2.String p0) => _i6.callMethod(
          _i6.getProperty(
            _i7.target26,
            'for',
          ),
          r'call',
          [
            _i7.target26,
            p0,
          ],
        );
set for$ (Symbol value(String))

Implementation

static set for$(_i2.Symbol Function(_i2.String) value) {
  _i6.setProperty(
    _i7.target26,
    'for',
    _i6.allowInterop(value),
  );
}