forEach property

void Function(void (CSSTransformComponent, num, CSSTransformValue), [dynamic]) forEach

Implementation

void Function(
  void Function(
    _i3.CSSTransformComponent,
    _i2.num,
    _i3.CSSTransformValue,
  ), [
  _i2.dynamic,
]) get forEach => (
      void Function(
        _i3.CSSTransformComponent,
        _i2.num,
        _i3.CSSTransformValue,
      ) p0, [
      _i2.dynamic p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'forEach',
          ),
          r'call',
          [
            this,
            _i4.allowInterop(p0),
            p1,
          ],
        );
void forEach=(void value(void (CSSTransformComponent, num, CSSTransformValue), [dynamic]))

Implementation

set forEach(
    void Function(
      void Function(
        _i3.CSSTransformComponent,
        _i2.num,
        _i3.CSSTransformValue,
      ), [
      _i2.dynamic,
    ]) value) {
  _i4.setProperty(
    this,
    'forEach',
    _i4.allowInterop(value),
  );
}