add property

void Function(HTMLElement, [dynamic]) add

Implementation

void Function(
  _i3.HTMLElement, [
  _i2.dynamic,
]) get add => (
      _i3.HTMLElement p0, [
      _i2.dynamic p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'add',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        );
void add=(void value(HTMLElement, [dynamic]))

Implementation

set add(
    void Function(
      _i3.HTMLElement, [
      _i2.dynamic,
    ]) value) {
  _i4.setProperty(
    this,
    'add',
    _i4.allowInterop(value),
  );
}