for$ property

Symbol Function(String) get for$

Implementation

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

Implementation

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