remove property

void Function(num) get remove

Implementation

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

Implementation

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