delete property

void Function() get delete

Implementation

void Function() get delete => () => _i5.callMethod(
      _i5.getProperty(
        this,
        'delete',
      ),
      r'call',
      [this],
    );
set delete (void value())

Implementation

set delete(void Function() value) {
  _i5.setProperty(
    this,
    'delete',
    _i5.allowInterop(value),
  );
}