stop property

void Function() stop

Implementation

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

Implementation

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