restart property

void Function() restart

Implementation

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

Implementation

set restart(void Function() value) {
  _i6.setProperty(
    this,
    'restart',
    _i6.allowInterop(value),
  );
}