remove property

void Function() remove

Implementation

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

Implementation

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