restart property
void Function()
get
restart
Implementation
void Function() get restart => () => _i6.callMethod(
_i6.getProperty(
this,
'restart',
),
r'call',
[this],
);
set
restart
(void value())
Implementation
set restart(void Function() value) {
_i6.setProperty(
this,
'restart',
_i6.allowInterop(value),
);
}