dispose property

void Function() dispose

Implementation

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

Implementation

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