iceRestart property

bool iceRestart

Implementation

bool get iceRestart => js_util.getProperty(this, 'iceRestart');
void iceRestart=(bool newValue)

Implementation

set iceRestart(bool newValue) {
  js_util.setProperty(this, 'iceRestart', newValue);
}