set property
Implementation
void Function(
  _i2.List<_i2.int>, [
  _i2.num?,
]) get set => (
      _i2.List<_i2.int> p0, [
      _i2.num? p1,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'set',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i4.undefined,
          ],
        );