remove property

void Function(Object) remove

Implementation

void Function(_i2.Object) get remove => (_i2.Object p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'remove',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
void remove=(void value(Object))

Implementation

set remove(void Function(_i2.Object) value) {
  _i4.setProperty(
    this,
    'remove',
    _i4.allowInterop(value),
  );
}