terminate property

void Function() get terminate

Implementation

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

Implementation

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