add property

WeakSet Function(T) get add

Implementation

_i6.WeakSet<_i2.dynamic> Function(T) get add => (T p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'add',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set add (WeakSet value(T))

Implementation

set add(_i6.WeakSet<_i2.dynamic> Function(T) value) {
  _i4.setProperty(
    this,
    'add',
    _i4.allowInterop(value),
  );
}