iceRestart property
bool
get
iceRestart
Implementation
bool get iceRestart => js_util.getProperty(this, 'iceRestart');
set
iceRestart
(bool newValue)
Implementation
set iceRestart(bool newValue) {
js_util.setProperty(this, 'iceRestart', newValue);
}