detach property

void Function() get detach

Implementation

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

Implementation

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