terminate property

void Function() get terminate

Implementation

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

Implementation

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