forEach property

void Function(void (T, num, List<T>), [dynamic]) forEach

Implementation

void Function(
  void Function(
    T,
    _i2.num,
    _i2.List<T>,
  ), [
  _i2.dynamic,
]) get forEach => (
      void Function(
        T,
        _i2.num,
        _i2.List<T>,
      ) p0, [
      _i2.dynamic p1,
    ]) =>
        _i6.callMethod(
          _i6.getProperty(
            this,
            'forEach',
          ),
          r'call',
          [
            this,
            _i6.allowInterop(p0),
            p1,
          ],
        );
void forEach=(void value(void (T, num, List<T>), [dynamic]))

Implementation

set forEach(
    void Function(
      void Function(
        T,
        _i2.num,
        _i2.List<T>,
      ), [
      _i2.dynamic,
    ]) value) {
  _i6.setProperty(
    this,
    'forEach',
    _i6.allowInterop(value),
  );
}