unshift property

num Function([Iterable?]) unshift

Implementation

_i2.num Function([_i2.Iterable<_i2.dynamic>?]) get unshift =>
    ([_i2.Iterable<_i2.dynamic>? p0]) => _i6.callMethod(
          _i6.getProperty(
            this,
            'unshift',
          ),
          r'call',
          [
            this,
            p0 ?? _i5.undefined,
          ],
        );
void unshift=(num value([Iterable?]))

Implementation

set unshift(_i2.num Function([_i2.Iterable<_i2.dynamic>?]) value) {
  _i6.setProperty(
    this,
    'unshift',
    _i6.allowInterop(([
      a0,
      a1,
      a2,
      a3,
      a4,
      a5,
      a6,
      a7,
      a8,
      a9,
    ]) =>
        value([
          a0,
          a1,
          a2,
          a3,
          a4,
          a5,
          a6,
          a7,
          a8,
          a9,
        ])),
  );
}