set property

void Function(List<int>, [num?]) get set

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,
          ],
        );
set set (void value(List<int>, [num?]))

Implementation

set set(
    void Function(
      _i2.List<_i2.int>, [
      _i2.num?,
    ]) value) {
  _i5.setProperty(
    this,
    'set',
    _i5.allowInterop(value),
  );
}